From c2670e3ab7ee4d95d1077bc3c264c4c74a53b0d9 Mon Sep 17 00:00:00 2001 From: misaka00251 <liuxin@iscas.ac.cn> Date: Thu, 24 Oct 2024 17:57:06 +0800 Subject: [PATCH] Fix --- rocblas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocblas.spec b/rocblas.spec index 05dbdd6..14992d1 100644 --- a/rocblas.spec +++ b/rocblas.spec @@ -143,7 +143,7 @@ for gpu in %{rocm_gpu_list} do module load rocm/$gpu # We can't compile all the targets at once - export ROCM_GPUS=gfx1030;gfx1100;gfx1101;gfx1102 + export ROCM_GPUS='gfx1030;gfx1100;gfx1101;gfx1102' mkdir %{_target_platform} pushd %{_target_platform} %cmake .. -G Ninja \ -- GitLab