-
Notifications
You must be signed in to change notification settings - Fork 399
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
Enabling xla on tensorflow-rocm with Rocm 5.2.3? #1796
Comments
Can confirm, error is reproducible on 6800XT and 6950XT. Loss of XLA capability results in ~7% performance loss on most tensorflow workloads. |
Same issue here. Any idea on when we can expect a fix? |
I would have expected this issue to get way more attention if it affected everyone. Maybe it doesn't? A question for you @aoolmay and @ffleader1 : What distro are you guys running? I am using Archlinux myself, which is technically unsupported. I am curious if this also affects people that are running supported distributions. Lastly, my models currently refuse to run at all. How do I explicitly disable XLA so that it at least works again? |
I've had the same issue (also running arch with a 6800xt), and setting |
hit the same issue with a MI100 GPU, setting |
Hi @ffleader1, please check latest ROCm Documentation and ROCm 6.0.0 to see if your query has been resolved. If resolved, please close the ticket. Thanks. |
I am no longer have access to my original PC |
I have a gfx1030 card l, Rocm 5.2.3 and currently running into xla issues with tensorflow.
My GPU can do pytorch model fine, can do tensorflow fine, without xla. With xla however, I got this error:
bitcode module not found at ./opencl.bc
Am I missing something during the install process (because I installed with
rocm
usecase).How to get my device running tensorflow training with xla?
Thank you
The text was updated successfully, but these errors were encountered: