Tanyo Kwok
|
16dd7e2e5f
|
Fix dynamic shapes type verifications (#1409)
* Fix dynamic shapes type verifications
|
2022-09-23 20:50:29 +08:00 |
Ashay Rane
|
84d345c650
|
build: update llvm tag to 2dde4ba6 (#1229)
Summary of changes:
- Tensor dialect now sets `emitAccessorPrefix` to prefixed, thus
requring updates to methods that retrieve arguments
[https://reviews.llvm.org/D131361]
- Update MHLO to build with LLVM commit hash 2dde4ba6
- Replace `AbsOp` with `AbsFOp` [https://reviews.llvm.org/D131325]
- Replace deprecated `getValue()` with `value()`
[https://reviews.llvm.org/D131349]
- Remove `AnalysisState::defaultInitialize()`
[https://reviews.llvm.org/D131746]
- Update MHLO MLIR tests to use the updated assembly format
- Disabled two failing TOSA tests (Github Issue link:
https://github.com/llvm/torch-mlir/issues/1231)
|
2022-08-15 23:54:45 -07:00 |
武家伟
|
351f15424e
|
[MHLO] Add transposed convolution conversion pattern (#1171)
Co-authored-by: Bairen Yi <yibairen.byron@bytedance.com>
Co-authored-by: Jiawei Wu <xremold@gmail.com>
Co-authored-by: Tianyou Guo <tianyou.gty@alibaba-inc.com>
Co-authored-by: Xu Yan <yancey.yx@alibaba-inc.com>
Co-authored-by: Ziheng Jiang <ziheng.jiang@bytedance.com>
|
2022-08-09 09:50:07 +08:00 |
武家伟
|
c94431f71c
|
[MHLO] Add convolution op pattern (#1152)
Co-authored-by: Bairen Yi <yibairen.byron@bytedance.com>
Co-authored-by: Jiawei Wu <xremold@gmail.com>
Co-authored-by: Tianyou Guo <tianyou.gty@alibaba-inc.com>
Co-authored-by: Xu Yan <yancey.yx@alibaba-inc.com>
Co-authored-by: Ziheng Jiang <ziheng.jiang@bytedance.com>
|
2022-08-04 00:41:35 -07:00 |
Tanyo Kwok
|
f0a24f59f6
|
[MHLO] Init MHLO linear op patterns (#1132)
See RFC https://github.com/llvm/torch-mlir/issues/999
Co-authored-by: Bairen Yi yibairen.byron@bytedance.com
Co-authored-by: Jiawei Wu xremold@gmail.com
Co-authored-by: Tianyou Guo tianyou.gty@alibaba-inc.com
Co-authored-by: Xu Yan yancey.yx@alibaba-inc.com
Co-authored-by: Ziheng Jiang ziheng.jiang@bytedance.com
|
2022-08-03 19:10:54 -07:00 |