Skip to content
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

[Mosaic] Several fixes/improvements for the new TPU interpret mode. #26527

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

[Mosaic] Several fixes/improvements for the new TPU interpret mode.

  • Checks bounds for reads and writes to shared memory.
  • Pads kernel arguments when necessary.
  • Fix support for input-output aliasing.
  • Fix handling of vmap'ed dimensions.
  • Supports un-masked pl.load and masked or un-masked pl.swap.
  • Better error messages for unsupported primitives: for_p, atomic_rmw_p, and atomic_cas_p .

@copybara-service copybara-service bot force-pushed the test_725784360 branch 2 times, most recently from fb125ef to 85d1f9a Compare February 13, 2025 21:27
 - Checks bounds for reads and writes to shared memory.
 - Pads kernel arguments when necessary.
 - Fix support for input-output aliasing.
 - Fix handling of vmap'ed dimensions.
 - Supports un-masked `pl.load` and masked or un-masked `pl.swap`.
 - Better error messages for unsupported primitives: `for_p`, `atomic_rmw_p`, and `atomic_cas_p` .

PiperOrigin-RevId: 725784360
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant