-
Notifications
You must be signed in to change notification settings - Fork 270
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
allow disable cpu flags #782
Comments
update |
I hit this issue as well, where I was running an XLA model using TFServe in Docker. It got killed due to generating an SVE operation not supported by the processor, due to Docker wrongly claiming the |
did XLA_FLAGS flag solved the problem ? |
Yes, it did fix it. |
I am not sure if this is a docker bug or tensorflow bug or even mac os bug |
I am not expert here, but I think it is a docker bug - it exposes a supported CPU feature set that is actually not supported. When XLA then jits the model, it will think it’s fine to use the SVE instructions - but it is not! FWIW I created a question in the XLA discord in case they have thoughts: https://discord.com/channels/999073994483433573/1004823487124357182/1336481646647709847 |
is look like the same problem |
look like same problem |
look connected |
Tell us about your request
docker run --cpu-flags
ordocker run --cpu-disable-flags
allow to disable cpu flags
Which service(s) is this request for?
docker run
Why Is Needed
Macbook pro max m1 - inside of docker
Macbook pro max m1 - inside of docker
Compare table
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
illegal instruction
errors in on the docker withmacbook m4
because of the extra flagsAre you currently working around the issue?
I am trying to solve this in the os level or the tensorflow level but without success for now
The text was updated successfully, but these errors were encountered: