Skip to content

Commit e7a8bf7

Browse files
author
Katharine Hyatt
committed
Fix import
1 parent d96d907 commit e7a8bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/TensorKitCUDAExt/TensorKitCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using CUDA: @allowscalar
55
using cuTENSOR: cuTENSOR
66
import CUDA.cuRAND: rand as curand, rand! as curand!, randn as curandn, randn! as curandn!
77
using Strided: StridedViews
8-
using CUDA.KernelAbstractions: @kernel, @index, get_backend
8+
using CUDA.CUDACore.KernelAbstractions: @kernel, @index, get_backend
99

1010
using TensorKit
1111
using TensorKit.Factorizations

0 commit comments

Comments
 (0)