Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
620 ms | x64 windows > MLIR.Examples/Toy/Ch6::jit.toy | |
4,550 ms | x64 windows > MLIR.Examples/Toy/Ch7::jit.toy |
Paths
| Differential D97059
[mlir] Add folding of tensor.cast -> subtensor_insert ClosedPublic Authored by nicolasvasilache on Feb 19 2021, 9:05 AM.
Details
Diff Detail
Unit TestsFailed
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 14 others. · View Herald TranscriptFeb 19 2021, 9:05 AM This revision is now accepted and ready to land.Feb 19 2021, 9:05 AM This revision was landed with ongoing or failed builds.Feb 19 2021, 9:25 AM Closed by commit rG0ee4bf151c09: [mlir] Add folding of tensor.cast -> subtensor_insert (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325005 mlir/include/mlir/Dialect/Tensor/IR/Tensor.h
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
mlir/test/Dialect/Standard/canonicalize.mlir
|