Skip to content

Commit

Permalink
fix llvm_cuda_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Mar 10, 2020
1 parent c088d9d commit 14cb8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda-flags.file
Expand Up @@ -13,7 +13,7 @@


# LLVM style for listing the supported CUDA compute architectures
%define llvm_cuda_arch %(echo $(for ARCH in %cuda_arch; do echo "sm_$ARCH"; done) | sed -e"s/ /;/g")
%define llvm_cuda_arch %(echo $(for ARCH in %cuda_arch; do echo "$ARCH"; done) | sed -e"s/ /,/g")


# generate debugging information for device code
Expand Down

0 comments on commit 14cb8ba

Please sign in to comment.