From 3d149222ad000c86dbd675da2dd8f3169243bb59 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 22 Sep 2023 16:38:02 -0400 Subject: [PATCH] kk Signed-off-by: Jinzhe Zeng --- source/lib/src/gpu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/src/gpu/CMakeLists.txt b/source/lib/src/gpu/CMakeLists.txt index 507ce41e18..4b491a312d 100644 --- a/source/lib/src/gpu/CMakeLists.txt +++ b/source/lib/src/gpu/CMakeLists.txt @@ -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")