Skip to content

Commit cd1bd10

Browse files
Merge branch 'SYCLomatic' into cmake_target_link_libs
2 parents 507e955 + b7fe107 commit cd1bd10

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

behavior_tests/behavior_tests.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<test testName="bt-language-warning" configFile="config/TEMPLATE_behavior_tests.xml" />
166166
<test testName="bt-check-unexpected-message" configFile="config/TEMPLATE_behavior_tests.xml" />
167167
<test testName="cmp-cmds-linker-entry-src-files" configFile="config/TEMPLATE_behavior_tests_lin.xml" />
168-
<test testName="cmake_dpct_compile_sycl_code" configFile="config/TEMPLATE_behavior_tests.xml" />
169168
<test testName="cmake_target_link_libraries" configFile="config/TEMPLATE_behavior_tests.xml" />
169+
<test testName="cmake_dpct_helper_compile_sycl_code" configFile="config/TEMPLATE_behavior_tests.xml" />
170170
</tests>
171171

172172
</suite>

behavior_tests/src/cmake_dpct_compile_sycl_code/CMakeLists.txt renamed to behavior_tests/src/cmake_dpct_helper_compile_sycl_code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ get_filename_component(bin_path_of_dpct ${dpct_bin_path} DIRECTORY)
1818
set(dpct_cmake_file_path "${bin_path_of_dpct}/../cmake/dpct.cmake")
1919
include(${dpct_cmake_file_path})
2020

21-
dpct_compile_sycl_code(cuda_ptx_files jit.dp.cpp)
21+
dpct_helper_compile_sycl_code(cuda_ptx_files jit.dp.cpp)
2222

2323
set(_generated_files "")
2424

0 commit comments

Comments
 (0)