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

Well I have to use this

parent e670c723
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
%endif
# Why Build ID is 8 bytes
%global buildid 1
%global buildid 0
Name: rocblas
Version: %{rocm_version}
......@@ -142,6 +142,8 @@ export HIPCC_LINK_FLAGS_APPEND=-fuse-ld=lld
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
mkdir %{_target_platform}
pushd %{_target_platform}
%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