From b191d817de22d672524f4db6c5f9f6c79542cf6e Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 10 Nov 2022 08:06:04 -0600 Subject: [PATCH] Test switch to icx on Win --- utils/command_build_clib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/command_build_clib.py b/utils/command_build_clib.py index 3d1177b98b6..175b95bdff7 100644 --- a/utils/command_build_clib.py +++ b/utils/command_build_clib.py @@ -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 = []