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
Thanks to TorchDynamo's great layering and design, this is only about
100 lines of code for a ba...
Set PyTorch and TorchVision version to nightly release 2022-12-05.
Signed-Off By: Vivek Khandel...
ef39b9ebb424cc822dc6be26f2d217791754b1ba authored about 2 years ago6c5360e281f31059f9c565e9ccc0f6edaa2c9a69 authored about 2 years ago
8baa9e42e72738ddac936dfa235ae7850c8d74ba authored about 2 years ago
fcc670d7858ae3d205b12e3fff93fb021e74ce11 authored about 2 years ago
This commit changes the `InsertRngGlobalsPass` to `TorchConversionToMLProgram`
pass. This commit...
Summary of changes:
- Change ShapedType::kDynamicSize -> ShapedType::kDynamic
- llvm::NoneTy...
88db99946bff381bac3dadad1a5815f0b8a542a9 authored about 2 years ago
This commit replaces the LCG algorithm that was being used by the
`TorchToLinalg` lowering of `...
e66bf7b8cbcca8298dc1b91354df2d0c28e2bda5 authored about 2 years ago
Summary of changes:
- Replace call to `MemoryEffectOpInterface::hasNoEffect`
with `isMemoryEff...
-- This commit adds Float16Type dtype knowledge support for trivial ops.
Signed-off-by: Abhishe...
47f67853ac0022389154911c64c3319a394b2969 authored about 2 years ago
The current implementation sets the `nextSeed` value to `temp & 127`,
which is wrong. The last ...
44b185a46b9ed021f22871448eaebe2a17354a49 authored about 2 years ago
-- This commit adds e2e support for `atend.amax` op.
Signed-off-by: Abhishek Varma <abhishek@no...
c27c1791f1a28fd9b6d9b8280f536a030f48486e authored about 2 years ago
-- This commit fixes a bug in computeReductionType API.
-- The bug pertains to removal of `dim` ...
This reverts commit f3f2f10030f97df54995cba833f6acc599c99c4d.
bbcdb38d99eca40f9bbf14ef32c0c8d339544eba authored about 2 years agoe2de20575f92264f1131039a4d1393833a893f4c authored about 2 years ago
There are a few e2e tests that take several very large tensors as
input, which leads to the e2e...
Set PyTorch and TorchVision version to nightly release 2022-11-22.
Add failing tests to the xfai...
883b986eda846d7d37e651b6c9e0492546d8ae91 authored about 2 years ago
f4d4743f08ec26ca5ab98eff0071d7dfe89abf74 authored about 2 years ago
ecb09c2fc3c0a812bd1e9445425b017424802755 authored about 2 years ago
`np.bool is bool` and will never be returned as a dtype of an
`np.ndarray`, so we don't need to ...
-- This commit adds decompose logic for `aten._softmax` when
`half_to_float` is `True`.
-- An...
For reasons that I haven't yet fully tracked down, the TorchDynamo
TestConfig seems to result in...
a24c7039f73b5a740fd43aa2f3899e57c132c6d6 authored about 2 years ago
853fd5c96503b240a0f0ff86bdb229029fcc181a authored about 2 years ago
9fb63ce9d9bf0f90d60e187264c0c321dbc7491f authored about 2 years ago
This reverts commit e45ad313d4395195ad8764623067aa2a645223d7.
d9cbf01d1ef42b0a0fa8692f3dcca6146b655dff authored about 2 years agob3f68dfef35b5301b6eab0816e3f085efc878393 authored about 2 years ago
This reverts commit 3790a4270e0aed518b3c5c10e1c18b21b76ff498.
9cac480a18f05188a6f289477174ecf3186a7603 authored about 2 years ago
This directory didn't have much and was generally out of date.
The [long-term
roadmap](https://g...
This adds a basic e2e Config for TorchDynamo using
Linalg-on-Tensors/RefBackend.
But TorchDynamo...
Summary of changes:
- Update call to `hasNoEffect` utility
- `KDynamicSize` value changed to
`...
Signed-Off By: Vivek Khandelwal<[email protected]>
3790a4270e0aed518b3c5c10e1c18b21b76ff498 authored about 2 years ago* Add more mhlo basic converters
* remove unused pinnedMemory constraints
* refine naming
14f1260ac4a9dd1f601810b8769cbd9a224a1bb5 authored about 2 years agoSets PyTorch and TorchVision version to nightly release 2022-11-22.
e206db276114be785dbedc392bfd26291c5986fa authored about 2 years ago* `BatchMlpLayerModule_basic` passes
* Fix https://github.com/llvm/torch-mlir/issues/1618 by ...
bfcfd60d55fa867f2a6791e71216639d72f3d8b2 authored about 2 years ago
Until recently, the metadata file in the torchvision package included
the nightly version of th...
The upload timestamp of the nightly torchvision package has drifted
beyond the scheduled time o...
* Decompose torch.slice_scatter
* fix compilation error
* update file check
* fix ci
...
f3f2f10030f97df54995cba833f6acc599c99c4d authored about 2 years agoThis commit fixes https://github.com/llvm/torch-mlir/issues/1599.
Signed-Off By: Vivek Khandelw...
da8fdc9f960e935169d4109f06e8825474d612c2 authored about 2 years ago4aad5ccf39d7d1e7ddcb8584acac50202e52e91e authored about 2 years ago
Signed-Off By: Vivek Khandelwal<[email protected]>
68f568b7041dd216a0d34901fcee7375e57840c6 authored about 2 years ago
This commit fixes the aten.mean and aten.mean.dim op decomposition
for supporting large-sized in...
ed901094c1a8d0ef07ef6a34abdd4df07501268a authored about 2 years ago
The purpose of the test suite is to accelerate the development of the
compiler. However, we had ...
* fix mhlo e2e ci crashes
* add passed tests
* calc dynamic positive dim
a9fb0c5459cb045cd8ddfd894b2e93fab827ff65 authored about 2 years agoSigned-Off By: Vivek Khandelwal<[email protected]>
25ab8fcc1f5307258b7f3dbc2a91424e56a0f735 authored about 2 years agoSigned-Off By: Vivek Khandelwal<[email protected]>
4cbd3927d7c3bd9a88edc41d2e1e3716578f7df6 authored about 2 years agoCo-authored-by: AmosLewis <[email protected]>
29c8f477231e7e8c621db8b29ab3417596ec58c6 authored about 2 years ago
-- aten.upsample_nearest2d.vec op is not present
owing to https://github.com/pytorch/pytorch/...
638a884e8ce40d851f6284efe76b18b6f74d7245 authored about 2 years ago
Also remove some unused imports.
39de4d62656b1d07844ab433a80376f7d9f93997 authored about 2 years agoSigned-Off By: Vivek Khandelwal<[email protected]>
5f7177da3516f1342aff4b5f49963a434c1c6b17 authored about 2 years ago
Summary of changes:
1. Replace `string` iterator types by `IteratorType` enum.
(https://github...
This commit renames the patterns used to match on lists of constant
values to `m_TorchListOfCon...
Bazel LIT test support was added in https://github.com/llvm/torch-mlir/pull/1585. This PR enable...
ba5b90ee27792e40f2478aa198639b5fa808d824 authored about 2 years agoCloses #1582
3695ca83e6c8e06163c24800a3791f43b8cf8fc6 authored about 2 years agoSigned-Off By: Vivek Khandelwal<[email protected]>
a1d3afdba9f3baaa502654c2ab52fb86f358e6ec authored about 2 years ago22a50672423b2ee53c459b4b983da0faa26c2745 authored about 2 years ago
Some time ago, bazel builds in CI were being sped up fine with caching. However, over time the c...
4aa1e90b34f5c0819fbc7fc47f9928837bd6b4d5 authored about 2 years agoAdds support to run `.mlir` LIT tests in bazel.
```
bazel test @torch-mlir//test/...
```
...
Formats bazel BUILD and .bzl files with a standard convention.
Invoke using
```
bazel run ...
I accidentally broke bazel CI by forgetting to update the GHA workflow in my [previous PR](https...
99ec6039f6abf9790747b258b8812b029547fa42 authored about 2 years agoRemove `run_bazel_build.sh`, simplify docker's entrypoint to start container at `utils/bazel` di...
b320f7fb7785ac99235567b4c8560241010fb1bb authored about 2 years ago
This commit adds the decomposition for the `aten.convolution_backward`
and `aten.convolution_bac...
f40cbd6a71acaf83b94df4897f85af00c2a89d16 authored about 2 years ago
We currently pin the `torch` package to the latest nightly version, but
since `torchvision` dep...
The range of the unsqueeze dim is: [-input.dim() - 1, input.dim() + 1), the bug forgets to add 1.
dfe7513a4589b2087de7d04b4754a8cfb9843ddb authored about 2 years ago* Fix LTC build
* Remove passing test from xfail set
6909eaf7fcfe1be0cc7da7f97c9c41097dc59293 authored about 2 years ago
We want each build to be reproducible regardless of prior builds and
prior package installation...
Signed-Off By: Vivek Khandelwal<[email protected]>
a558034c1af332fff50419098c6c92919829b28d authored about 2 years agoSigned-Off By: Vivek Khandelwal<[email protected]>
d571d050fd1c012ce4733018fd55fab6c3a55a71 authored about 2 years ago
* Update Ubuntu and clang in the docker container
* Specifically build just `@torch-mlir//:torc...
The PyTorch update broke the build. I'm about to add more tests so that
it doesn't happen in t...
9df748d7efd52e42773125a879197a172d3a45b4 authored about 2 years ago
cc468d2d161a818ac030429b6da0a1c03da2c7fe authored about 2 years ago
Also, add multiple return test.
a7ac0def45a200aba3842f73271efe31dfe91cf0 authored about 2 years ago
- also update MHLO to 57ba12a2(branch greencommit/2022-11-07-a2620e00)
- change -pass-pipeline ...
For AoT deployments models often have multiple exported methods.
This patch enables something li...
2793a2bd417a58e1d5e060406aa094db055b659c authored about 2 years ago
ec4e01c321f8206a5489bd5a1ba4e662bda688ce authored about 2 years ago
* Remove MakeView from IR Builder
* Update PyTorch requirements
2ec4b06bbb8061b5a09342be7602d0e25b849a30 authored about 2 years ago
Now that the ninja pip package issue has been resolved, this patch
removes the pinned version f...
This file was removed as part of the PR that added build caching for
Windows.
e78e9cd782daf5b2b5d2f6d961fb621eac44bec0 authored about 2 years ago
Going from ninja v1.10.2 to v1.11.1, there is a change that breaks the
CI builds with the follo...
5ee20e70a1c507685803cfd1a4c01bd70f5dcebb authored about 2 years ago
Unless requested otherwise, PyTorch no longer installs most of the
header files under the caffe...
Signed-Off By: Vivek Khandelwal<[email protected]>
fedf8c064079261d26c1132072e1a4b0f844cccb authored about 2 years ago
Before this patch, the update_shape_lib.sh and update_torch_ods.sh
scripts only worked on in-tr...
de4bcbfe9b21746dcd085b14b8e471634ae31255 authored about 2 years ago
This patch makes a few small, but key, changes to enable ccache on
Windows. First, it replaces...
* ci: update versions of external actions
Node.js 12 actions are deprecated and will eventual...
f84764249574ade6a69d16f36e8faa1c152b0764 authored about 2 years ago
Add a roadmap covering expected project evolution over the next 1-2
years.
Until recently, we had to either risk feature branches creating PyTorch
build caches (which wer...
This reverts commit 805d728194f25f886d39bf6d290f773d69b2f6f4.
79871040c949599768b8b816b2ff6eaa93df0041 authored about 2 years ago
This patch updates the build_linux_packages.sh script so that when
PyTorch needs to be built fr...