From 4119a38c018ce50ec76075ae6f647cda619baa8b Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 21 Jan 2025 13:42:43 +0200 Subject: [PATCH] fix typo --- test/perf/DINCAE_benchmark.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/perf/DINCAE_benchmark.jl b/test/perf/DINCAE_benchmark.jl index 5a7301c..d1590e1 100644 --- a/test/perf/DINCAE_benchmark.jl +++ b/test/perf/DINCAE_benchmark.jl @@ -46,7 +46,7 @@ const F = Float32 if CUDA.functional() Atype = CuArray{F} elseif AMDGPU.functional() - Atype = ROMArray{F} + Atype = ROCArray{F} else @warn "No supported GPU found. We will use the CPU which is very slow. Please check https://developer.nvidia.com/cuda-gpus" Atype = Array{F}