Skip to content

Commit 74a3c3e

Browse files
Remove manual alloscalar set
1 parent 658bc37 commit 74a3c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (GROUP == "CUDA_Ext")# || (GROUP == "All")
7070
using QuantumToolbox
7171
using CUDA
7272
using CUDA.CUSPARSE
73-
CUDA.allowscalar(false) # Avoid unexpected scalar indexing
73+
# CUDA.allowscalar(false) # This is already set in the extension script
7474

7575
QuantumToolbox.about()
7676
CUDA.versioninfo()

0 commit comments

Comments
 (0)