Skip to content

Commit cd34d31

Browse files
authored
Qualify constructor of CUDAAllocator in cuTENSOR extension (#224)
1 parent 12b037e commit cd34d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/TensorOperationscuTENSORExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end
147147
#-------------------------------------------------------------------------------------------
148148
# Allocator
149149
#-------------------------------------------------------------------------------------------
150-
function CUDAAllocator()
150+
function TO.CUDAAllocator()
151151
Mout = CUDA.UnifiedMemory
152152
Min = CUDA.default_memory
153153
Mtemp = CUDA.default_memory

0 commit comments

Comments
 (0)