Skip to content
Snippets Groups Projects
Commit c2670e3a authored by misaka00251's avatar misaka00251
Browse files

Fix

parent 1ce15185
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ for gpu in %{rocm_gpu_list} ...@@ -143,7 +143,7 @@ for gpu in %{rocm_gpu_list}
do do
module load rocm/$gpu module load rocm/$gpu
# We can't compile all the targets at once # 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} mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%cmake .. -G Ninja \ %cmake .. -G Ninja \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment