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 TPU] Support memref bitcast. #23263

Merged
merged 1 commit into from
Aug 28, 2024
Merged

[Mosaic TPU] Support memref bitcast. #23263

merged 1 commit into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. [Mosaic TPU] Support memref bitcast.

    If element bitwidth changes, the ratio of bitwidth is multiplied to the 2nd minormost dim size and the leading dim in tiling. For example, we can bitcast Memref<8x128xf32> with tiling (8, 128) to Memref<16x128xi16> with tiling (16, 128).
    
    PiperOrigin-RevId: 668619683
    bythew3i authored and jax authors committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b010750 View commit details
    Browse the repository at this point in the history