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 658bc37 commit 74a3c3eCopy full SHA for 74a3c3e
test/runtests.jl
@@ -70,7 +70,7 @@ if (GROUP == "CUDA_Ext")# || (GROUP == "All")
70
using QuantumToolbox
71
using CUDA
72
using CUDA.CUSPARSE
73
- CUDA.allowscalar(false) # Avoid unexpected scalar indexing
+ # CUDA.allowscalar(false) # This is already set in the extension script
74
75
QuantumToolbox.about()
76
CUDA.versioninfo()
0 commit comments