File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
cime_config/machines/cmake_macros Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ string(APPEND CMAKE_EXE_LINKER_FLAGS " -lmkl_intel_lp64 -lmkl_sequential -lmkl_c
33if (compile_threaded)
44 string (APPEND CMAKE_EXE_LINKER_FLAGS " -fiopenmp -fopenmp-targets=spir64" )
55endif ()
6- string (APPEND SYCL_FLAGS " -\- intel -fsycl -fsycl-targets=spir64_gen -mlong-double-64 -Xsycl-target-backend \" -device 12.60.7\" " )
6+ string (APPEND SYCL_FLAGS " -\- intel -fsycl -fsycl-targets=spir64_gen -mlong-double-64 " )
7+ string (APPEND OMEGA_SYCL_EXE_LINKER_FLAGS " -Xsycl-target-backend \" -device 12.60.7\" " )
78string (APPEND CMAKE_CXX_FLAGS " -Xclang -fsycl-allow-virtual-functions" )
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ string(APPEND CMAKE_EXE_LINKER_FLAGS " -lmkl_intel_lp64 -lmkl_sequential -lmkl_c
33if (compile_threaded)
44 string (APPEND CMAKE_EXE_LINKER_FLAGS " -fiopenmp -fopenmp-targets=spir64" )
55endif ()
6- string (APPEND SYCL_FLAGS " -\- intel -fsycl -fsycl-targets=spir64_gen -mlong-double-64 -Xsycl-target-backend \" -device 12.60.7\" " )
6+ string (APPEND SYCL_FLAGS " -\- intel -fsycl -fsycl-targets=spir64_gen -mlong-double-64 " )
7+ string (APPEND OMEGA_SYCL_EXE_LINKER_FLAGS " -Xsycl-target-backend \" -device 12.60.7\" " )
78string (APPEND CMAKE_CXX_FLAGS " -Xclang -fsycl-allow-virtual-functions" )
You can’t perform that action at this time.
0 commit comments