Skip to content

Commit

Permalink
[SYCLomatic] Update link command since onemkl has been renamed to one…
Browse files Browse the repository at this point in the history
…math (#849)

Signed-off-by: Jiang, Zhiwei <[email protected]>
  • Loading branch information
zhiweij1 authored Dec 30, 2024
1 parent f6ecbab commit bd579e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help_function/test_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build_test():
test_config.current_test in oneDNN_related) or (test_config.current_test in sparse_cases):
mkl_opts = []
if test_config.test_option == 'option_cuda_backend':
mkl_opts = ["-lonemkl"]
mkl_opts = ["-lonemath"]
else:
if platform.system() == "Linux":
mkl_opts = test_config.mkl_link_opt_lin
Expand Down

0 comments on commit bd579e4

Please sign in to comment.