Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/torch-mlir

The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
https://github.com/llvm/torch-mlir

Add folder for ToF64Op and FromF64Op (#1257)

99fb4c8637272cd2714f795c0bbf1972becba707 authored about 2 years ago by 武家伟 <[email protected]>
Reenable LTC in out-of-tree build (for real this time) (#1205)

* Fix OOT LTC CI build failure

* Disable LTC during macOS package gen

* Add more details a...

ba17a4d6c09b4bbb4ef21b1d8d4a93cb056be109 authored about 2 years ago by Henry Tu <[email protected]>
[MLIR][TORCH] Fix dynamic cases for aten.index.Tensor

65d811e26779f48bdd5e0c790aab18ff8221be93 authored about 2 years ago by Vivek Khandelwal <[email protected]>
[Bazel] Run buildifier (#1250)

Lint all Bazel files (BUILD, WORKSPACE, .bzl, or .sky).

Steps followed:
```shell
./utils/ba...

1e1759c2ebe47a6959af1ce9dd65b3df59d99dd7 authored about 2 years ago by Sambhav Jain <[email protected]>
[MHLO] Eliminate explicit dynamic output shape generating in converting AtenSliceTensorOp (#1245)

[MHLO] Eliminate explicit dynamic output shape generating in converting AtenSliceTensorOp

7bd173a1c46046be99e8bd042fd18513f0215d8c authored about 2 years ago by 武家伟 <[email protected]>
Drop Python 3.7x from the nightly binary builds (#1246)

0d1aa437641d2fc2d15ce299a61c940da3f3e7bc authored about 2 years ago by powderluv <[email protected]>
Add white background to diagram.

This makes it easier to read in dark mode browsers.

f601435fdf2fa8df2dd5518564d6e0f4f2f959cc authored about 2 years ago by Sean Silva <[email protected]>
Add support for returning more than one copy of the same tensor (#1228)

One of the simplifications made by the pass `RefinePublicReturn`
currently only happens if the ...

9bc606c384dc7fee85b075a4df3c5293a177b3d8 authored about 2 years ago by Ramiro Leal-Cavazos <[email protected]>
[docs] Add architecture doc.

This attempts to get out of my head most of the critical layering and
project structure decision...

1a7fc3915c4843bfca3542e69e508776073a168b authored about 2 years ago by Sean Silva <[email protected]>
Add a concept of "backend legal ops".

This is a first step towards formalizing the set of ops in our backend
contract. The goal is to ...

283e0f141a8a99419da4595339081be9fcf0a600 authored about 2 years ago by Sean Silva <[email protected]>
Clean up shape functions that use `sum_mean_dim` (#1217)

I recently fixed the handling of the `dim` argument in
`sum_mean_dim` (https://github.com/pytor...

f07f7d20f97cef3e45d08c595348906fecaa7f11 authored about 2 years ago by Ramiro Leal-Cavazos <[email protected]>
[Bazel] Add LowerToBackendContract.cpp to TorchMLIRTorchPasses bazel target (#1243)

Pass is introduced in [this commit](https://github.com/llvm/torch-mlir/commit/57681f794764a34c34...

7d4a0d0e2b65c7ce8de19993f3b10ad5344fe32b authored about 2 years ago by Sambhav Jain <[email protected]>
[Bazel] Check cache directory exists before changing owners (#1241)

This fixes a seeding issue with the [previous PR](https://github.com/llvm/torch-mlir/pull/1240) ...

114f48e96c578ee76a6f83b3aa4aa229a8d5b76e authored about 2 years ago by Sambhav Jain <[email protected]>
Iteratively run the main simplification pipeline.

This introduces a new pass LowerToBackendContract (better name very
welcome) which performs the ...

57681f794764a34c34e2be7f07f7dfbcafa683c1 authored about 2 years ago by Sean Silva <[email protected]>
Dockerize and Cache Bazel {Local, CI} Builds (#1240)

This PR adds:

- A minimal docker wrapper to the bazel GHA workflow to make it reproducible lo...

9c8b96272057f4f8210de5842b6952228434cfa2 authored about 2 years ago by Sambhav Jain <[email protected]>
Revert "add native_dropout and related ops pattern (#1211)" (#1230)

This reverts commit c9357950864d84ab9a2adf10b2aaa15fec6196e9.

9be89975367176615e8b1d1799777757864ecd78 authored about 2 years ago by Yan Xu <[email protected]>
Bump the shape lib to match the upstream functions currently in PyTorch (#1236)

Bumps the shape library:
- Updates the function signature for aten.arange.start_step
- upstr...

85f383ce0b6855592c7d440f744d9f41d73aa21e authored about 2 years ago by Quinn Dawkins <[email protected]>
[MHLO] Add AtenRSubScalarOp conversion pattern to MHLO (#1233)

* [MHLO] Add AtenRSubScalarOp conversion pattern
Co-authored-by: Bairen Yi <yibairen.byron@byte...

11a5b5ac52b778e6c14441b0292169f669656a51 authored about 2 years ago by 武家伟 <[email protected]>
Re-enable custom op support

fde390c7669e29362b18388448ef2b188713383f authored about 2 years ago by nithinsubbiah <[email protected]>
Propagate device data names (#1157)

* Propagate device data names

* Address PR comment

* Add example usage

* Add test for d...

0af55781aede053f32d2b618f0f6d36d875fd908 authored about 2 years ago by Jae Hoon (Antonio) Kim <[email protected]>
build: update llvm tag to 2dde4ba6 (#1229)

Summary of changes:
- Tensor dialect now sets `emitAccessorPrefix` to prefixed, thus
requr...

84d345c650adac1645ea4dcb5dae88b4c91d3413 authored about 2 years ago by Ashay Rane <[email protected]>
Generalize canonicalization pattern for more aten.sub/div/mul/add op (#1209)

Generalize canonicalization pattern for more sub/div/mul/add op, but for AtenDivTensorModeOp in ...

3b3cb99ef88d0e6430f21764c35afd82902acbd5 authored about 2 years ago by 武家伟 <[email protected]>
Fix unused-variables warnings about EmbeddingBag ops (#1220)

According to the documentation for
`torch.embedding_bag` (https://pytorch.org/docs/stable/gener...

9d6ee48661cefa677950bcd262fe2824a4fa9d17 authored about 2 years ago by Ramiro Leal-Cavazos <[email protected]>
add native_dropout and related ops pattern (#1211)

c9357950864d84ab9a2adf10b2aaa15fec6196e9 authored about 2 years ago by Yan Xu <[email protected]>
s/external/externals/g (#1222)

Fix remaining instances of `external/llvm-project`.

41aa562fb48aa11f1d30badf278cc9fb00ff80bd authored about 2 years ago by Sambhav Jain <[email protected]>
build: streamline options for enabling LTC and MHLO (#1221)

606f4d2c0ed2843e6dd2584dc287833968877527 authored about 2 years ago by Ashay Rane <[email protected]>
[Build] Add concurrency groups to address long queue times (#1219)

We're seeing large CI queue times ([example](https://discord.com/channels/636084430946959380/742...

34478ab1c702bc7e229708eb5fc6b0b1c6aada70 authored about 2 years ago by Sambhav Jain <[email protected]>
build: fix typo in path (#1218)

When we renamed the directory containing submodules from `external` to
`externals`, we accident...

1581d6a84cc8d041be5bc1ec552a634be2da09a6 authored about 2 years ago by Ashay Rane <[email protected]>
Merge matrix runs to fail fast globally (#1216)

My earlier[ PR](https://github.com/llvm/torch-mlir/pull/1213) had (among other things) decoupled...

aed0ec3a2c3d32589cbb048fc340dfb57042dbe7 authored about 2 years ago by Sambhav Jain <[email protected]>
use pytorch binary for macos-arm64 builds (#1215)

b8bd0a46cc4b3208b683445ecd216024e90bfafc authored about 2 years ago by Sambhav Jain <[email protected]>
Simplify matrix configuration for CI workflows (#1213)

Addresses https://github.com/llvm/torch-mlir/issues/1207.

#### Provisioned jobs:
```
# ubu...

f00ca91db093215849ed17d21fdbb418d1e96a74 authored about 2 years ago by Sambhav Jain <[email protected]>
Add PyYaml to requirements.txt (#1174)

Building on a fresh environment + virtualenv + in-tree build errors out
becayse PyYaml isn't in...

51bfe25c898e5f7a09294ccc012cfbf1327614c9 authored about 2 years ago by Renato Golin <[email protected]>
Add decomposition of `aten.masked.tensor` op.

`aten.masked.tensor` op has been decomposed to `aten.masked.scalar` op.

b1a506624ce64a8f3ae2f878d5d35cd3f0dfae1d authored about 2 years ago by Prashant Kumar <[email protected]>
remove torch dialect from legal list (#1192)

d96ec64be17fb123bb1c37c41d6a22776591a4bc authored about 2 years ago by Yan Xu <[email protected]>
E2E support for AtenRemainderScalarOp (#1200)

dd2da5a038e67cdd16b8ec4eef8fbdcaf661deb0 authored about 2 years ago by Vidush Singhal <[email protected]>
Add lowering for aten.to.device (#1107)

79b9cf9468e44c2a46c537ef14018f0554b788cc authored about 2 years ago by gpetters94 <[email protected]>
Update TorchToStd to TorchtoArith in bazel files too. (#1210)

The CI didn't catch the missing rename of TorchToArith until the
merge had happened. This is fo...

b8d51a74d9ff2887d512d33d01f8942ded9f0aec authored about 2 years ago by Ramana Radhakrishnan <[email protected]>
Add note about MLIR compiled outputs in dev docs (#1195)

Adding an example on how to extract MLIR output from the compilation
process in various differe...

71c240a6fa85d4622cc5f194f08d6200458af291 authored about 2 years ago by Renato Golin <[email protected]>
Rename TorchToStd pass as TorchToArith (#1163)

All the converters in this pass appear to create ops from the
arith dialect. Hence the full ren...

738f4fe96a5416191858d105039977f1d91100ff authored about 2 years ago by Ramana Radhakrishnan <[email protected]>
mac m1 cross compile (#1204)

* mac m1 cross compile

Add support for M1 cross compile

* Remove redundant ExecutionEngine...

2342456356e0bb3e1b63547764062335f4ddd6ea authored about 2 years ago by powderluv <[email protected]>
[MHLO] Add AtenCatOp conversion pattern to MHLO (#1208)

Co-authored-by: Bairen Yi <[email protected]>
Co-authored-by: Jiawei Wu <xremold@gma...

87562773f87245d971171f204b83ca8742399508 authored about 2 years ago by 武家伟 <[email protected]>
Disable out-of-tree and PyTorch binary (#1206)

9cf0b6e8ff4ed2400175475c7ca7694688cf17f1 authored about 2 years ago by powderluv <[email protected]>
[Bazel] Add EraseModuleInitializer to TorchMLIRTorchPasses library (#1202)

The torch-mlir bazel build is [failing](https://github.com/llvm/torch-mlir/runs/7737425906?check...

072c2b5aafdd5858bb19c5b296453a9cf0b65113 authored about 2 years ago by Sambhav Jain <[email protected]>
[Bazel] Allow workflow_dispatch manual trigger on bazel workflow (#1203)

At the moment we don't gate torch-mlir PRs with bazel builds. This means bazel builds don't get ...

d41c7becf5c759721b829155e0de1bf44f1c7499 authored about 2 years ago by Sambhav Jain <[email protected]>
Enable OOT builds in CI (#1188)

b696362b7d2a5ab1a6c2ea8d93ff452c9ea473e3 authored about 2 years ago by Sambhav Jain <[email protected]>
Flip to C++17 (#1198)

LLVM now uses C++17.

e75c7c5292423913624756be6ddea71025d42aca authored about 2 years ago by Jacques Pienaar <[email protected]>
Don't set MLIR_TABLEGEN_EXE (#1197)

With llvm/llvm-project@112499f landed, `MLIR_TABLEGEN_EXE` is given as a
cache variable in the ...

747356186fc135d9d581af176940a25d0a25516c authored about 2 years ago by Marius Brehler <[email protected]>
Add CMake dep to Func dialect (#1196)

The Torch dialect has an include to `mlir/Dialect/Func/IR/FuncOps.h` and
should therefore have ...

202076c6e3b6058e927eb025d52cc1804cb071f6 authored about 2 years ago by Marius Brehler <[email protected]>
[MHLO]fix lowering failed on reduction op with i32 shape (#1185)

fixed lowering failed on torch::max.dim while shape type is i32

f83a90585682c25367565fe8d612dd600e27ee04 authored about 2 years ago by Yan Xu <[email protected]>
Revert "E2E support for AtenRemainderScalarOp (#1119)" (#1190)

This reverts commit 34e207eeb502109957bebee6654709bb89f2d026.

e55fc4deb501bc2f52d3b7ab001dc9dc19a817a9 authored about 2 years ago by powderluv <[email protected]>
llvm: update tag to 061e0189 (#1180)

Summary of changes:
- Switch to C++17 (similar to https://reviews.llvm.org/D131348)
- Update...

bb47c166a047ddbc913950cb0f2571594c0fe261 authored about 2 years ago by Ashay Rane <[email protected]>
Revert "Reenable LTC in out-of-tree build (#1177)" (#1183)

This reverts commit f85ae9c685d6c9f2d43fe60fdad2ad5d3183ec52.

3e97a33c80a85315122c56ac9dc6183d1e41998f authored about 2 years ago by Henry Tu <[email protected]>
[MHLO] Add transposed convolution conversion pattern (#1171)

Co-authored-by: Bairen Yi <[email protected]>
Co-authored-by: Jiawei Wu <xremold@gma...

351f15424e67302bb0b173c367de4cd71c60ecb0 authored about 2 years ago by 武家伟 <[email protected]>
Rework how global slot initializers work.

Rather than a per-global-slot initializer region, we now have one for
the whole module. For exam...

504de5e70104c335dd45f6f2be695356d2b832fb authored about 2 years ago by Sean Silva <[email protected]>
E2E support for AtenRemainderScalarOp (#1119)

* E2E support for AtenRemainderScalarOp

34e207eeb502109957bebee6654709bb89f2d026 authored about 2 years ago by Vidush Singhal <[email protected]>
Add decomposition and E2E support for Aten_EmbeddingBag (#1137)

* Add decomposition and E2E support for Aten_EmbeddingBag

b70548edff7f55d5fa8335bf5af67f3d1ba0ba8f authored about 2 years ago by Vidush Singhal <[email protected]>
Reenable LTC in out-of-tree build (#1177)

f85ae9c685d6c9f2d43fe60fdad2ad5d3183ec52 authored about 2 years ago by Henry Tu <[email protected]>
importer: add initial support for loading Float16 tensors (#1169)

follow up #761:

This patch updates the `torch_mlir::convertTensorToMlirElementsAttr()`
...

290d7755fb27396ea22d5ab489f20a889f048c2e authored about 2 years ago by Tanyo Kwok <[email protected]>
[MHLO] fix tensor mode aten.div op pattern (#1160)

* [MHLO] fix tensor mode aten.div op pattern

See RFC #999
Co-authored-by: Bairen Yi <yibaire...

1ee865983b89c55ab7b3ea4db5a7808f5c0e4f02 authored about 2 years ago by Tanyo Kwok <[email protected]>
development.md: Avoid name collisions with PYTORCH_ variables

5618890ca05db7336022f02224022db250a8e420 authored about 2 years ago by Sean Silva <[email protected]>
development.md: How to enable ASan

1fdaf2faa0de0e177eb36da742e66686cc25ebac authored about 2 years ago by Sean Silva <[email protected]>
Update LTC CMake hack documentation (#1155)

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update CMakeL...

e322f6a8784009b37aa354abfa9a40a80f30877d authored about 2 years ago by Henry Tu <[email protected]>
E2E framework: Report tensor dtype in summary

This helps to triage issues related to backends that don't support all
dtypes.

8ce5d3f12ce1d7180934d970fa8f5f99351fa951 authored about 2 years ago by Sean Silva <[email protected]>
[MLIR][TORCH] Add support for dim=None to Aten[Var|Std]DimOp

PyTorch recently added support for `dim=None` in the `torch.var`
(https://github.com/pytorch/pyt...

c129a6de9390641d65afaa6d874d594e7268ab3c authored about 2 years ago by Vivek Khandelwal <[email protected]>
torch_mlir.compile: Allow ignoring traced shapes

In some cases, users know that a traced graph is valid for a wider set
of shapes than they origi...

31727f81d82537a6d30bb09b9c43d7ae2131ba40 authored about 2 years ago by Sean Silva <[email protected]>
Make numerical stability test more perverse

To test the summation stability of `torch.aten.var`, add a large
constant to it, which increases...

6484776a25b6cb181e7083efd6795a74a5ca186c authored about 2 years ago by Sean Silva <[email protected]>
[MHLO] Add convolution op pattern (#1152)

Co-authored-by: Bairen Yi <[email protected]>
Co-authored-by: Jiawei Wu <xremold@gma...

c94431f71cd20760cfa4d0f0e520ef6c53738184 authored about 2 years ago by 武家伟 <[email protected]>
Add non-unit groups support to aten.convolution (#858)

08fc2d89bbda3ca160bc7e7fe73ac97f1d18be94 authored about 2 years ago by gpetters94 <[email protected]>
[MHLO] Init MHLO pooling-like op conversion (#1141)

* [MHLO] Init MHLO pooling-like op conversion and remove 'op' suffix in filenames

Co-authored...

d030591df99ce19f14e3ec0d982b530a42e1d8bb authored about 2 years ago by 武家伟 <[email protected]>
[MHLO] Init MHLO linear op patterns (#1132)

See RFC https://github.com/llvm/torch-mlir/issues/999

Co-authored-by: Bairen Yi yibairen.byro...

f0a24f59f6354df5a254779caaaaaf6918a4f038 authored about 2 years ago by Tanyo Kwok <[email protected]>
[Fix bazel] Add recently added torch->mhlo conversion pass to bazel (#1148)

48ec3005865cb55b6e70a85ccf67f5e63d3c5b83 authored about 2 years ago by Ahmed S. Taei <[email protected]>
Update buildAndTest.yml (#1145)

37a229cffc86be9ff50f40252aedf22fcbb2085d authored about 2 years ago by powderluv <[email protected]>
Fix cache-suffix name bug (#1138)

This should enabling better caching of builds.

0d25b6f10efe47b567d1a2c6fe884f77947bc51e authored about 2 years ago by powderluv <[email protected]>
[MLIR][TORCH] Fix CI failure

This commit fixes the CI failure by temporarily adding the failing
test to xfail set.

Signed-Of...

f2a0e321276f5acc5f9fe91a4c6ca20f1365d82e authored about 2 years ago by Vivek Khandelwal <[email protected]>
[MHLO] Init MHLO reduce-like op conversion (#1133)

* [MHLO] init reduce-like op conversion from Torch to MHLO
Co-authored-by: Bairen Yi <yibairen....

636f5acb103283522193f8673f411808ec475b95 authored about 2 years ago by 武家伟 <[email protected]>
[MHLO] support non-constant torch scalar in BasicOps (#1134)

See RFC https://github.com/llvm/torch-mlir/issues/999

Co-authored-by: Bairen Yi yibairen.byro...

0b23af27d338fa005e2bd1c93a61e88b40edca23 authored about 2 years ago by Tanyo Kwok <[email protected]>
Fix mhlo bazel rule name (#1136)

82af44da2fbc701eddbcde4116259460bf483dd6 authored about 2 years ago by Ahmed S. Taei <[email protected]>
Add support for `dim=None` to `AtenMeanDimOp` (#1129)

PyTorch recently added support for `dim=None` in the `torch.mean`
op (https://github.com/pytorc...

a7af1fd87394532a60b71385669fa36087a3ace5 authored about 2 years ago by Ramiro Leal-Cavazos <[email protected]>
add e2e support for aten.atan2 (#1117)

- Includes math-to-libm pass in refbackend for math::atan2 support

38d8498b21d0892c2c7196aeaab64aeec6852a62 authored about 2 years ago by Quinn Dawkins <[email protected]>
[MHLO] add aten::gelu op pattern (#1127)

add aten::gelu op pattern, and moved some unit tests from basic.mlir to elementwise.mlir

704efdc259a19a162b7ea0dbeb7399b72f0bebda authored about 2 years ago by Yan Xu <[email protected]>
[MHLO] Support for dynamic shape in basic op conversion by introducing CHLO dialect (#1123)

* [MHLO] Support for dynamic shape in basic op conversion by introducing CHLO dialect
Co-author...

76c976682cc89a19213c220a3eda693c3d47f7ae authored about 2 years ago by 武家伟 <[email protected]>
[NFC][MHLO] move util funcs to MhloLegalizeUtils.h/cpp (#1128)

See RFC: https://github.com/llvm/torch-mlir/issues/999

Co-authored-by: Bairen Yi yibairen.byr...

3772e0bd91aa84da4acad73a1de065a62e8f8e57 authored about 2 years ago by Tanyo Kwok <[email protected]>
Add embedding Bag e2e case in xfail set (#1130)

fe3c9f5208ee1f77bdd40807c77ae64ed344dcc9 authored about 2 years ago by Vidush Singhal <[email protected]>
E2E support for AtenEmbeddingBagPaddingIdxOp SUM Mode (#1066)

ed13ebfd8dae0d311208eea89826ee77e29271cc authored about 2 years ago by Vidush Singhal <[email protected]>
Implemented a decomposition of aten::narrow

554570f3abddbfb6dde9e546ea247de237b282d4 authored about 2 years ago by Alec <[email protected]>
Disable LTC on Release builds (#1125)

30017af5b54b6eb628786892727aa14e190eaff7 authored about 2 years ago by powderluv <[email protected]>
llvm: update tag to 02b3a35 (#1124)

As part of this update, this patch also updates MHLO tag to ad54b43.

55bbbec144334f77bece3595c7cbc9875b0be016 authored about 2 years ago by Ashay Rane <[email protected]>
Integrate Functionalization Pass (#998)

* Fix autogen build dir issue

* Got functionalization pass to compile

* Add slice/diagonal...

fb21c9e6cbf4788c121b76de08a4085381b71dc9 authored about 2 years ago by Jae Hoon (Antonio) Kim <[email protected]>
Blacklist _convolution op (#1048)

* Blacklist _convolution op in LTC

* Removed duplicate Torch_AtenSelectScatterOp instance fro...

cec74b8d375f6db8a4a201b86fff23a0475e3039 authored about 2 years ago by Henry Tu <[email protected]>
Reference Lazy Backend (#1045)

* Changed Example MLIR backend to Reference MLIR backend

* Moved reference_ltc_backend into csr...

47bb38d180187019e54d262a093ecdadd24414c2 authored about 2 years ago by Henry Tu <[email protected]>
Prune xfail e2e LTC tests & fix bugs from functionalization pass (#1044)

- Pruned number of xfailed e2e LTC tests from 305 to 134
- Reviewed every failure to ensure th...

f5acad8512a6866ba90089f77e26de35fa603e23 authored about 2 years ago by Henry Tu <[email protected]>
Update Torch MLIR readme

9de06f3ebd05dd8e4105bba07192faec1a3c6e55 authored about 2 years ago by Henry Tu <[email protected]>
Update README.md to reflect LTC landing in main branch (#1000)

* Update README.md

* Update README.md

Co-authored-by: Jae Hoon (Antonio) Kim <17433012+ant...

a3244b6a444bc8db622344312306bbcb1aa175b7 authored about 2 years ago by Henry Tu <[email protected]>
Upstream native_batch_norm and native_batch_norm_backward shape inference functions (#978)

* Removed compute_shape_native_batch_norm

* Removed compute_shape_native_batch_norm_backward

1510eae75d51cdf2a770875ce03a0cd1a217fd07 authored about 2 years ago by Henry Tu <[email protected]>
Refactor autogen (#925)

a62d60829c13076b5ff04d7d6402b69a886ed38f authored about 2 years ago by Jae Hoon (Antonio) Kim <[email protected]>
Added e2e LTC tests (#916)

* Added e2e LTC Torch MLIR tests

* Fix seed for reproducability

* Check if computation is None...

dfcc26556ad30cd02a8ec2f9ad04483cf93721a3 authored about 2 years ago by Henry Tu <[email protected]>
Refactor Node Lowering (#914)

8312fa535bd0877ac4a8c8e2ab876366fbaf00ed authored about 2 years ago by Jae Hoon (Antonio) Kim <[email protected]>
Add static shape for scalar tensors (#833)

* Assume zero rank tensors are scalar

* Run RefineTypes pass on JIT Graph

* Rollback assum...

0c35e607b36e3087e95d50c71c6cef3eab5b6c45 authored about 2 years ago by Henry Tu <[email protected]>
Bert example and relevant shape inference functions (#831)

de5b380143ddce097e235a56acc941063aeeacdb authored about 2 years ago by Henry Tu <[email protected]>
Use JIT GraphExecutor for execution in example backend (#830)

* Update LazyShapeInference header

* Use JIT GraphExecutor for execution in example backend

406d1e75385dcae64944384a4395f952ff8d3099 authored about 2 years ago by Henry Tu <[email protected]>