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 534
534
Priority : Fallback
535
535
CmakeSyntax : cuda_add_cufft_to_target
536
536
In : cuda_add_cufft_to_target(${target})
537
- Out : dpct_add_mkl_to_target (${target})
537
+ Out : dpct_helper_add_mkl_to_target (${target})
538
538
Original file line number Diff line number Diff line change 98
98
endif ()
99
99
100
100
# Link MKL library to target
101
- macro (DPCT_ADD_MKL_TO_TARGET target )
101
+ macro (DPCT_HELPER_ADD_MKL_TO_TARGET target )
102
102
if (WIN32 )
103
103
target_link_libraries (${target} mkl_sycl_dll.lib mkl_intel_ilp64_dll.lib mkl_tbb_thread_dll.lib mkl_core_dll.lib OpenCL.lib)
104
104
elseif (UNIX AND NOT APPLE )
You can’t perform that action at this time.
0 commit comments