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