You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to get AMDGPU.jl to work with the mentioned GPU. Although I can create ROCArray, things like kernel launches and A\b throws an error. The ] test AMDGPU doesn't pass as well.
Part of this is that device_sleep calls an OCKL intrinsic which requires a ConstantInt argument, instead of an SSA value. The other issues, I don't yet know how to fix.
Hi, I am trying to get
AMDGPU.jl
to work with the mentioned GPU. Although I can createROCArray
, things like kernel launches andA\b
throws an error. The] test AMDGPU
doesn't pass as well.Code + Stacktrace: https://pastebin.com/Rtt1n534
The text was updated successfully, but these errors were encountered: