Hello, good evening.
Im having issue to work with amdgpu.jl and ROCM Hip. The issue happens when
device = MLDataDevices.AMDGPUDevice() # get device.
# Multilayer Perceptron:
model = Chain(
Dense(2 => 3, tanh),
BatchNorm(3),
Dense(3 => 2)) |> device # Move data to device.
Worked with cuda, but for amd I cant put to work. May someone help please? Gemini cant help also.
MethodError: no method matching amdgpu_array_adapt(::AMDGPUDevice{Nothing, Missing}, ::Matrix{Float32}) The function `amdgpu_array_adapt` exists, but no method is defined for this combination of argument types. Closest candidates are: amdgpu_array_adapt(::Type{T}, ::Any) where T @ AMDGPUExt [~/.julia/packages/MLDataDevices/4qHOT/ext/AMDGPUExt.jl:81](http://localhost:8888/home/jgardona/.julia/packages/MLDataDevices/4qHOT/ext/AMDGPUExt.jl#line=80)
