-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run tensorflow on Ubuntu 20.10 with RX580 #1291
Comments
Hi @staticdev , RX580 (gfx803) is not supported by ROCm stack. |
@sunway513 I tried 3.5.1, 3.9, 3.10 and 4.0. Multiple versions of Ubuntu and it did not work. RX580 is on higher end of Radeon boards and it is only 2 generations old, this is real a pity! NVidia's CUDA simply works with older generations AND officially supports it. |
Hi @staticdev , I was able to use ROCm 3.5 tensorflow ROCm public docker image to run workloads on my Radeon RX 580 using my threadripper 3960X work station, using Ubuntu18.04 system.
|
The gfx803 with ROCm-3.5.1 can run properly. Only need fix the LD_LIBRARY_PATH for /opt/rocm/lib. If just want to fix the |
Similar to (but not the same): #1106
System information
You can collect some of this information using our environment capture
script
You can also obtain the TensorFlow version with:
TF 2.0:
python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
Interestingly enough I get the error only when I output python console:
Describe the current behavior
When I run tensorflow I always get:
/src/external/hip-on-vdi/rocclr/hip_code_object.cpp:120: guarantee(false && "hipErrorNoBinaryForGpu: Coudn't find binary for current devices!")
Describe the expected behavior
Run.
Standalone code to reproduce the issue
python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
Other info / logs Include any logs or source code that would be helpful to
The text was updated successfully, but these errors were encountered: