Skip to content

Commit 69ab074

Browse files
committed
We do need the explicit KA import
1 parent 4b218f1 commit 69ab074

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/TensorKitCUDAExt/TensorKitCUDAExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using CUDA: @allowscalar
55
using cuTENSOR: cuTENSOR
66
using Strided: StridedViews
77
import CUDA: rand as curand, rand! as curand!, randn as curandn, randn! as curandn!
8+
using CUDA.KernelAbstractions
89
using CUDA.KernelAbstractions: @kernel, @index
910

1011
using TensorKit

0 commit comments

Comments
 (0)