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 ebd8c66 commit cd9d06fCopy full SHA for cd9d06f
cmake/utils.cmake
@@ -58,8 +58,8 @@ function (hipify_sources_target OUT_SRCS NAME ORIG_SRCS)
58
#
59
set(SRCS ${ORIG_SRCS})
60
set(CXX_SRCS ${ORIG_SRCS})
61
- list(FILTER SRCS EXCLUDE REGEX "\.(cc)|(cpp)$")
62
- list(FILTER CXX_SRCS INCLUDE REGEX "\.(cc)|(cpp)$")
+ list(FILTER SRCS EXCLUDE REGEX "\.(cc)|(cpp)|(hip)$")
+ list(FILTER CXX_SRCS INCLUDE REGEX "\.(cc)|(cpp)|(hip)$")
63
64
65
# Generate ROCm/HIP source file names from CUDA file names.
0 commit comments