llvm-project
c077a4f3
- [mlir][Tensor] Add pattern to fold concats of empty. (#98994)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[mlir][Tensor] Add pattern to fold concats of empty. (#98994) A concatenation of empty tensors can be replaced by a single empty tensor of the concatenated shape. Add this pattern to `populateFoldTensorEmptyPatterns`.
References
#98994 - [mlir][Tensor] Add pattern to fold concats of empty.
Author
MaheshRavishankar
Parents
2d42f840
Loading