forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with block pointer multi dim args (pytorch#120263)
Summary: Now we can parse statements like ``` %22 = tt.make_tensor_ptr %20, [%21, %c128_i64], [%c2048_i64, %c1_i64], [%1, %c0_i32] ``` Test Plan: Added new test ``` buck2 test mode/opt //hammer/ops/tests/inductor:ragged_hstu_test ``` now passes again with optimizations Differential Revision: D53975130 Pull Request resolved: pytorch#120263 Approved by: https://github.com/aakhundov, https://github.com/sijiac
- Loading branch information
1 parent
3cd6a21
commit eae025b
Showing
3 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters