File tree 3 files changed +4
-4
lines changed
test/dpct/cmake_migration/case_012
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- dpct_add_mkl_to_target (culib)
2
- dpct_add_mkl_to_target (
1
+ dpct_helper_add_mkl_to_target (culib)
2
+ dpct_helper_add_mkl_to_target (
3
3
culib
4
4
)
Original file line number Diff line number Diff line change 270
270
Priority : Fallback
271
271
CmakeSyntax : cuda_add_cufft_to_target
272
272
In : cuda_add_cufft_to_target(${target})
273
- Out : dpct_add_mkl_to_target (${target})
273
+ Out : dpct_helper_add_mkl_to_target (${target})
274
274
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ message("dpct.cmake: SYCL_HAS_FP16 is set true by default.")
80
80
set (SYCL_HAS_FP16 TRUE )
81
81
82
82
# Link MKL library to target
83
- macro (DPCT_ADD_MKL_TO_TARGET target )
83
+ macro (DPCT_HELPER_ADD_MKL_TO_TARGET target )
84
84
if (WIN32 )
85
85
target_link_libraries (${target} mkl_sycl_dll.lib mkl_intel_ilp64_dll.lib mkl_tbb_thread_dll.lib mkl_core_dll.lib OpenCL.lib)
86
86
elseif (UNIX AND NOT APPLE )
You can’t perform that action at this time.
0 commit comments