AMD VEGA APU Support #8869
Unanswered
fighter3005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if anyone has been able to run Comfy on an APU like the 5600G or similar?
I have rocm 6.3 with HWE Kernel 6.11 on Ubuntu and pytorch for rocm 6.3 installed. I set
export HSA_OVERRIDE_GFX_VERSION=9.0.6
export PYTORCH_ROCM_ARCH="gfx906"
since the APU is not supported I think!? I always get
CUDA error: HIPBLAS_STATUS_INTERNAL_ERROR when calling
hipblasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
I have an NVidia driver and gpu installed, but it should not be used (ideally)
I have the same problem with ForgeUI. And I don't get why? I really thought this approach should work.
Does anyone had the same problem and can provide some insight?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions