Skip to content

Commit

Permalink
tcnn_cuda_architectures_from_cmake requires comma separator
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgilliam committed Nov 9, 2023
1 parent 4e06919 commit e2fec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/cuda_info.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ function tcnn_cuda_architectures_from_cmake()
result=($(sort -u <<< ${result[*]+"${result[*]}"}))

# output
IFS=' '
IFS=','
echo -n ${result[*]+"${result[*]}"}
}

Expand Down

0 comments on commit e2fec41

Please sign in to comment.