Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Jan 21, 2025
1 parent ddf94ca commit 4119a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf/DINCAE_benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4119a38

Please sign in to comment.