Skip to content

Commit b7fe107

Browse files
authored
[SYCLomatic #1575] Update behavior test from name "dpct_compile_sycl_code" to "dpct_helper_compile_sycl_code" (#578)
Signed-off-by: chenwei.sun <[email protected]>
1 parent ec4afae commit b7fe107

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,7 +165,7 @@
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" />
168+
<test testName="cmake_dpct_helper_compile_sycl_code" configFile="config/TEMPLATE_behavior_tests.xml" />
169169
</tests>
170170

171171
</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)