Skip to content

Commit

Permalink
kk
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Sep 22, 2023
1 parent 1a2d487 commit 3d14922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/src/gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ elseif(USE_ROCM_TOOLKIT)

set(CMAKE_HIP_FLAGS -fno-gpu-rdc ${CMAKE_HIP_FLAGS}) # --amdgpu-target=gfx906
if(hip_VERSION VERSION_LESS 3.5.1)
set(CMAKE_HIP_FLAGS -hc; ${CMAKE_HIP_FLAGS})
set(CMAKE_HIP_FLAGS -hc ${CMAKE_HIP_FLAGS})
endif()

file(GLOB SOURCE_FILES "*.cu")
Expand Down

0 comments on commit 3d14922

Please sign in to comment.