[ROCm] Is gfx1010 an unsupported device? #14326
Unanswered
lshqqytiger
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It seems there was gfx1010 on
ROCm amdgpu targets
, but source code of latest release doesn't have gfx1010 anymore. (there's gfx1030 and others, but not gfx1010)I tried to build JAX with
--rocm_amdgpu_targets=gfx1010
and build completed.But when I installed built .whl file and tried
jax.device_count()
,hipErrorNoBinaryForGpu
occurs.(same error occurred when I tried to build JAX without
rocm_amdgpu_targets
argument)Is gfx1010 an unsupported device?
Ubuntu 22.04.1 LTS
Python 3.10.6
ROCm 5.3.0.50300-63~22.04
error:
rocminfo:
Beta Was this translation helpful? Give feedback.
All reactions