We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e576 commit e57936bCopy full SHA for e57936b
GPU/GPUTracking/Base/hip/CMakeLists.txt
@@ -36,7 +36,7 @@ if(NOT DEFINED GPUCA_HIP_HIPIFY_FROM_CUDA OR "${GPUCA_HIP_HIPIFY_FROM_CUDA}")
36
if(CUDA_SOURCE_EXT STREQUAL ".cu" OR CUDA_SOURCE_EXT STREQUAL ".h")
37
add_custom_command(
38
OUTPUT ${GPUCA_HIP_SOURCE_DIR}/${HIP_SOURCE}
39
- COMMAND ${hip_HIPIFY_PERL_EXECUTABLE} --quiet-warnings ${ABS_CUDA_SORUCE} | sed -e 's/CUDA/HIP/g' -e 's/cuda/hip/g' > ${GPUCA_HIP_SOURCE_DIR}/${HIP_SOURCE}
+ COMMAND ${hip_HIPIFY_PERL_EXECUTABLE} --quiet-warnings ${ABS_CUDA_SORUCE} | sed -e 's/CUDA/HIP/g' -e 's/cuda/hip/g' -e 's/\.cu/\.hip/g' > ${GPUCA_HIP_SOURCE_DIR}/${HIP_SOURCE}
40
DEPENDS ${ABS_CUDA_SORUCE}
41
COMMENT "Hippifying ${HIP_SOURCE}"
42
)
0 commit comments