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 c8c7231 commit e734acbCopy full SHA for e734acb
CMakeLists.txt
@@ -92,12 +92,6 @@ if(DEFINED USE_CUDA)
92
endif()
93
94
# Hip headers required of all clients; clients use hip to allocate device memory
95
-if( NOT BUILD_SHARED_LIBS )
96
- # potentially a bug in hip, if AMDGPU_TARGETS is not set, it uses amdgpu-arch to find
97
- # archs on the machine, but doesn't work with static builds
98
- # trying this workaround out for now
99
- set (AMDGPU_TARGETS "gfx000")
100
-endif()
101
find_package( hip CONFIG PATHS ${HIP_DIR} ${ROCM_PATH} /opt/rocm )
102
103
# support for cuda backend with hip < 6.0
0 commit comments