Skip to content

mlir-tensorrt-v0.1.32

Latest
Compare
Choose a tag to compare
@christopherbate christopherbate released this 23 Aug 18:00
· 54 commits to main since this release
0a6a4dc
Make `tp.Layernorm` 1:1 with torch (#119)

- Make the `normalized_shape` argument 1:1 with Torch. Previously, our
API only supported taking a single integer for the normalization
dimension. Now, a list of integers can be provided.
- Add integration tests for `tp.LayerNorm` and `tp.GroupNorm`