From 31ed455268325afcf68f8d3fa26b469e55a10b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:31:36 +0200 Subject: [PATCH] Qualify constructor of `CUDAAllocator` in cuTENSOR extension --- ext/TensorOperationscuTENSORExt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/TensorOperationscuTENSORExt.jl b/ext/TensorOperationscuTENSORExt.jl index e99abc8..9705ed6 100644 --- a/ext/TensorOperationscuTENSORExt.jl +++ b/ext/TensorOperationscuTENSORExt.jl @@ -147,7 +147,7 @@ end #------------------------------------------------------------------------------------------- # Allocator #------------------------------------------------------------------------------------------- -function CUDAAllocator() +function TO.CUDAAllocator() Mout = CUDA.UnifiedMemory Min = CUDA.default_memory Mtemp = CUDA.default_memory