Skip to content

Commit

Permalink
Fix undefined spec variable for CUDA on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Feb 27, 2020
1 parent d4ea836 commit 4e490e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda-flags.file
Expand Up @@ -21,7 +21,7 @@
%ifarch aarch64
%define cuda_flags_3 -gencode arch=compute_70,code=sm_70
%define cuda_flags_4 -gencode arch=compute_72,code=sm_72
%define cuda_flags_5
%define cuda_flags_5 %{nil}
%endif

# link the CUDA runtime shared library
Expand Down

0 comments on commit 4e490e4

Please sign in to comment.