Skip to content

Commit

Permalink
Test switch to icx on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Nov 10, 2022
1 parent ebe4f2a commit b191d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/command_build_clib.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

# other OS specific
if IS_WIN:
_project_compiler = "dpcpp"
_project_compiler = "icx"
_project_linker = "lld-link"
_project_cmplr_flag_sycl = []
_project_cmplr_flag_stdcpp_static = []
Expand Down

0 comments on commit b191d81

Please sign in to comment.