-
Notifications
You must be signed in to change notification settings - Fork 443
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
//xla/service/cpu:vectorized_reduce_with_no_vector_registers_test fails on Apple Silicon #19830
Closed
majnemer opened this issue
Nov 26, 2024
· 3 comments
· Fixed by #19893 or tensorflow/tensorflow#80968 · May be fixed by google/tsl#2955
Closed
//xla/service/cpu:vectorized_reduce_with_no_vector_registers_test fails on Apple Silicon #19830
majnemer opened this issue
Nov 26, 2024
· 3 comments
· Fixed by #19893 or tensorflow/tensorflow#80968 · May be fixed by google/tsl#2955
Comments
@d0k, can you please take a look? |
It is tagged |
I think TAP respects that tag but bazel itself does not seem to do so. It seems that the supported way to do this is via: target_compatible_with = [
"@platforms//cpu:x86_64",
] |
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes openxla/xla#19830 Reverts e67b710 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes openxla/xla#19830 Reverts e67b710 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to google/tsl
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes openxla/xla#19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 27, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 28, 2024
…uiring x86_64 Fixes openxla/xla#19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 28, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 28, 2024
…uiring x86_64 Fixes openxla/xla#19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 28, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
that referenced
this issue
Nov 29, 2024
…uiring x86_64 Fixes #19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 29, 2024
…uiring x86_64 Fixes openxla/xla#19830 PiperOrigin-RevId: 700746361
copybara-service bot
pushed a commit
to tensorflow/tensorflow
that referenced
this issue
Nov 29, 2024
…uiring x86_64 Fixes openxla/xla#19830 PiperOrigin-RevId: 701300312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running this test results in:
I believe we do not link this target in on Apple Silicon builds which results in this failure. We should probably skip this test on non-x86 machines.
The text was updated successfully, but these errors were encountered: