We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b218f1 commit 69ab074Copy full SHA for 69ab074
1 file changed
ext/TensorKitCUDAExt/TensorKitCUDAExt.jl
@@ -5,6 +5,7 @@ using CUDA: @allowscalar
5
using cuTENSOR: cuTENSOR
6
using Strided: StridedViews
7
import CUDA: rand as curand, rand! as curand!, randn as curandn, randn! as curandn!
8
+using CUDA.KernelAbstractions
9
using CUDA.KernelAbstractions: @kernel, @index
10
11
using TensorKit
0 commit comments