Skip to content

Commit ad90a84

Browse files
fix
1 parent 18c07bd commit ad90a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare cuda_targets
66

77
set -xeuo pipefail
88

9-
if [[ -v cuda_targets ]; then
9+
if [[ -v cuda_targets ]]; then
1010
build_capability="${cuda_targets}"
1111
else
1212
# By default, target Maxwell through Hopper.

0 commit comments

Comments
 (0)