We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c07bd commit ad90a84Copy full SHA for ad90a84
.github/scripts/build-cuda.sh
@@ -6,7 +6,7 @@ declare cuda_targets
6
7
set -xeuo pipefail
8
9
-if [[ -v cuda_targets ]; then
+if [[ -v cuda_targets ]]; then
10
build_capability="${cuda_targets}"
11
else
12
# By default, target Maxwell through Hopper.
0 commit comments