Ecosyste.ms: OpenCollective

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

M68k LLVM Development

Motorola 68000 series processors development in upstream LLVM (ex. compiler backend)
Collective - Host: opensource - https://opencollective.com/m68k-llvm-dev - Website: https://m680x0.github.io - Code: https://github.com/m680x0

[CI] Fix release asset upload job permissions, support manual runs. (#6547)

Give write permissions to jobs that upload release assets.
Set the release-tag explicitly so th...

github.com/llvm/circt - 0d95605d1e72854148b5bb24ff82962df86f9603 authored about 1 year ago
Fix buildbots for llvm-project/issues/76927

github.com/llvm/llvm-test-suite - 4049776b7bb820b6d7578c6c74e44949c16b98fe authored about 1 year ago
[FIRRTL] Convert pass debug info to use utils

Change boilerplate llvm::dbgs() printing to use a new utility. This
avoids duplication of the s...

github.com/llvm/circt - 4d5cf017081a5505146ec2d159ad29b7828bf277 authored about 1 year ago
[support] Add debug header print helpers

Add two helpers for printing boilerplate that is commonly used when
generating LLVM debugging in...

github.com/llvm/circt - 78e6620db488c11ed3cc8cd02653aba73c2a20bf authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Slice Op (#2696)

github.com/llvm/torch-mlir - 4e5e34d215fa00912a8205a1d0406ee5719003a7 authored about 1 year ago
[torch-mlir] update e2e test class documentation (#2722)

The doc seems copy-and-paste from the linalg-on-tensors class

github.com/llvm/torch-mlir - 3e9bacdb514af36dea80f4e40d251f2a2cca4c4e authored about 1 year ago
[PyCDE] Fix ESI service implementations (#6545)

Repair the ability to implement services in PyCDE. I broke this some
months ago and never got a...

github.com/llvm/circt - e5bf8825ab9cf82fac14096591186c6ee137111d authored about 1 year ago
add basic cumsum. this doesn't support the exclusive and reverse attrs (#2717)

fixes #2711

github.com/llvm/torch-mlir - 1778314620b796de7a7aba61f00396cecbd29a0b authored about 1 year ago
[flang] Remove more working/fixed tests, classify others (#71)

Fixes have gone into llvm-project/main that fix several tests
in Fortran/gfortran/regression/Di...

github.com/llvm/llvm-test-suite - 82c07c75972330c43c4fb93a863fdbbc3f087873 authored about 1 year ago
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2024-01-02.

Signed-Off By: Vivek Khandel...

github.com/llvm/torch-mlir - 690827fe52768eff2be5b168581824de57de2e1b authored about 1 year ago
Added tensorResultTypeAtIndex to Patterns.h

Need this for LayerNorm

github.com/llvm/torch-mlir - 80bd093d56c5f7b36c6852fdff05afac0d7c3a00 authored about 1 year ago
Update the 'flang-runtime-cuda-gcc' builder configuration. (#88)

* reduced a number of CUDA target GPUs to speed up the build.
* fixed CUDA code caching.

github.com/llvm/llvm-zorg - b9e00634ba71876c01046585f807211ffae21207 authored about 1 year ago
Add support for reflection_pad1d (#2706)

Adds a lowering to Linalg for reflection_pad1d. Based on ideas/code from draft PR
https://githu...

github.com/llvm/torch-mlir - 9adad9bc407d92860b99f74b02da3a07b315d6b0 authored about 1 year ago
[FIRRTL] Remove unnecessary template keyword, NFC

Signed-off-by: Schuyler Eldridge <[email protected]>

github.com/llvm/circt - c1a38c7ca7f51c59d2aada03b3da1c940db2dbb7 authored about 1 year ago
Fixed incorrect parsing of the failed Clang Unit test names (#85)

This is an update for https://github.com/llvm/llvm-zorg/pull/73

The command line with the tes...

github.com/llvm/llvm-zorg - c2e2ad68e42fb57dd82f32745035a78bc5fc9caa authored about 1 year ago
[FIRRTL][LowerSigs][NFC] Simplify Case to Default.

Being explicit has benefits too, but simplify.

github.com/llvm/circt - cbf9fd0c2f9ea8149af44914a0387941296c58d0 authored about 1 year ago
Fail when clang FE returned an error (#377)

* Fail when clang FE returned an error

- Add check if clang diagnostics engine reported any e...

github.com/llvm/Polygeist - bc788a0c60bb4169a9ecb7d2e0a03b9deb963663 authored about 1 year ago
Record the new version of 'buildbot-cpp20' deployment

github.com/llvm/llvm-zorg - 5f464b205c00ccf03e54794d7850eb6263c20e53 authored about 1 year ago
Upgrade to Clang 17.0.6 in the C++20 buildbot (#80)

We need this upgrade to roll forward fixes to C++20 support in Clang itself.

For more context...

github.com/llvm/llvm-zorg - 859a8f80ab6d91d527fd7fb4eb746d69269bb2e9 authored about 1 year ago
Fix for identifying builtin sqrt (#376)

github.com/llvm/Polygeist - e971ea4c8cf7d0808cd22142170e8fa5d1253688 authored about 1 year ago
[PyCDE] Fix ESI integration tests (#6542)

Adapting to new runtime API.

github.com/llvm/circt - 48344d04b9c47e21719a09bd340c96038a51dd73 authored about 1 year ago
[ESI][Runtime] Add type serialization support to Python bindings (#6541)

- Mirror the C++ design and type hierarchy.
- Add [de-]serialization support to/from Python obj...

github.com/llvm/circt - 81de1fe8198197d323387474a4fe1ddb353731af authored about 1 year ago
[ESI][Runtime] Add design hierarchy printing to esiquery (#6540)

And add a test as well.

github.com/llvm/circt - d990880ffdb6f64730245a9ddc8b8a984186ea7d authored about 1 year ago
lower torch.aten.isinf to linalg (#2638)

Co-authored-by: Rob Suderman <[email protected]>

github.com/llvm/torch-mlir - 6660a26594dc82cd3dd6fc33c9269ff09ecd263a authored about 1 year ago
[ESI][Runtime][NFC] Minor refactor and cleanup (#6539)

- Moves classes around.
- Changes Type ownership.
- Cleans up #includes.
- Adds documentation

github.com/llvm/circt - e979d29faecca11137c0a486e27cde4909d7a179 authored about 1 year ago
[libc][AMDGPU] Enable parallel tests for libc on AMDGPU (#86)

It appears that https://github.com/llvm/llvm-project/pull/70695 fixed an
issue that prevented l...

github.com/llvm/llvm-zorg - 2fe81806e2633d22da4bd681122b84c4c1f62a42 authored about 1 year ago
support Onnx opset 1-13 ReduceMean where axes is supplied as an attr (#2703)

(instead of an input)

Addresses part of #2689. fixes #2702

github.com/llvm/torch-mlir - 9fc212ea9afe0f1e31b4e2ee03bc6db296e84190 authored about 1 year ago
Implement lowering of torch.aten.exponential (#2680)

https://github.com/llvm/torch-mlir/issues/2646

Decompose aten.exponential() into: -exp(1-x)/l...

github.com/llvm/torch-mlir - 8e389ff2ffac781648721696c716f141048c38c9 authored about 1 year ago
Lower `onnx.split` to `torch.aten` (#2686)

github.com/llvm/torch-mlir - d560698e3d610ecdc56667c713e2338c47bf4f44 authored about 1 year ago
[onnx] Add torch-mlir-import-onnx native port as an optional tool/library. (#2694)

As noted in the plan when this work started, we need to produce an ORT
EP plugin for a downstre...

github.com/llvm/torch-mlir - 1b40b6384e8d7e716f42142f90c00c653c7d2635 authored about 1 year ago
lower onnx max op to torch aten maximum op (#2618)

lower onnx min op to torch aten minimum op

github.com/llvm/torch-mlir - 2d796b750250b204fd0ad0d29f844b81db95578c authored about 1 year ago
OnnxToTorch support for onnx.Mul op (#2699)

github.com/llvm/torch-mlir - 336cfb64b531a3d34cae74f007448749420d64ac authored about 1 year ago
Fix since-opset too high (#2701)

Addresses two of the ops from
https://github.com/llvm/torch-mlir/issues/2689

https://github....

github.com/llvm/torch-mlir - 6847fc1fc69d71d1d9b9485881f80ea12218564f authored about 1 year ago
onnx to torch pow support (#2656)

github.com/llvm/torch-mlir - abc6b0a25a8d6d42b440a32514c508302767469e authored about 1 year ago
Fix incorrect anchor link (#93)

github.com/llvm/clangd-www - e84f0d9d8d83b3db38e65ca001ab5aa2e90682ed authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for GlobalAveragePool op. (#2692)

This commit adds the OnnxToTorch support for GlobalAveragePool op.

Signed-Off By: vivekkhande...

github.com/llvm/torch-mlir - 4f252c88b486c73f1d7bf776168c2ace09c2a169 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Reshape Op (#2698)

This commit adds the OnnxToTorch support for Reshape op.

github.com/llvm/torch-mlir - ee75e8d1ae72b0b4868c6dae383709b83eb7e842 authored about 1 year ago
Tutorial Development with Clang-Repl(GSoC'23 blog)

github.com/llvm/llvm-blog-www - 97538b181061497280f71b7298dd4a00f674632d authored about 1 year ago
Update links to upcoming dev mtg on main page.

github.com/llvm/llvm-www - 7637432299f0851ba0abc00057cdab94760b3b36 authored about 1 year ago
Update homepage with upcoming LLVM Developers' Meeting. Add dev mtg starting page.

github.com/llvm/llvm-www - 2d021c4c673fa412fa4311b7df3a89c8ec64840e authored about 1 year ago
[LowerSignatures] Fix potential UAF (#6537)

github.com/llvm/circt - c370b24e0ebdbf09d59be44d5a456b00f3b9d887 authored about 1 year ago
[MLIR][ONNX] Fix onnx.conv lowering to handle bias tensor

Signed-Off By: Vivek Khandelwal <[email protected]>

github.com/llvm/torch-mlir - 0849fd0a0681598e1eaadf8bcc23699235819973 authored about 1 year ago
Add PyDSL Open meeting

github.com/llvm/mlir-www - d0ad36a2080eb91ad60a7ca26895210ce3fcd92c authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for BatchNormalization and Concat op.

This commit adds the OnnxToTorch support for BatchNormalization and Concat op.

Signed-Off By: v...

github.com/llvm/torch-mlir - 9a72c6584e72f009eae765956cfd8a9d55f49497 authored about 1 year ago
[ModuleInliner] Donot retop if flattening the module (#6515)

If a `HierPathOp` has a root module that is flattened and inlined, then donot
retop the root m...

github.com/llvm/circt - 81543a1d3d0aa9b42f451d10bcbeba3e56b64a59 authored about 1 year ago
[onnx] Fix importer variable names to make `mlir` legal (#2690)

Some names for `onnx` identifiers are not legal in `mlir-ir`. Sanitize
so that the generated `i...

github.com/llvm/torch-mlir - 85b86b36a28ceebbe57d9aca4083708ea8e675af authored about 1 year ago
[OM] Use type replacer to handle block arguments. (#6532)

We added a type replacer and used it to update the type of list create
ops previously, but a si...

github.com/llvm/circt - ae417df1e65267c39ddf2a5c4ac4b1abf379a0bd authored about 1 year ago
[fx] Upstream the turbine FxImporter to torch-mlir. (#2681)

Changes made during upstreaming:

* Removed comments attributing some copied code back to torc...

github.com/llvm/torch-mlir - ccd469ca0d626d29fea3ab35d5956cc2882a12be authored about 1 year ago
[gcc-c-torture] use -fwrapv for 950704-1.c (signed overflow) (#70)

test fails since #76044

github.com/llvm/llvm-test-suite - d10245e73a71cee2beb737863ffe8f146f4d47e0 authored about 1 year ago
[onnx] Lower onnx.HardSigmoid to torch (#2682)

The expression for HardSigmoid in Onnx
(https://onnx.ai/onnx/operators/onnx__HardSigmoid.html):...

github.com/llvm/torch-mlir - 46f2cb50dca5e789d1114b127d9a4312fbb8e3d9 authored about 1 year ago
Mentioned helpful tooling to convert Onnx models to Torch MLIR (#2683)

- Going through the `#torch-mlir` channel on the `llvm` discord, I
realize that there are some ...

github.com/llvm/torch-mlir - 779a141f8d6a276c73ddcf6fea5ee40ae39be0d2 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Conv and ConvTranspose op.

This commit adds the OnnxToTorch support for Conv and ConvTranspose op.

Signed-Off By: vivekkha...

github.com/llvm/torch-mlir - 3226241521f67c3b54a61f5cc6df265059da2c5f authored about 1 year ago
NFC: Remove unused variable causing a warning.

github.com/llvm/torch-mlir - d75cff6cd1ce691083708ff0226ebb1dd02ef5ee authored about 1 year ago
[FIRRTL] Intrinsics: Fix lifetime issues in lambda. (#6534)

Fixes #6533.

github.com/llvm/circt - 6e50da92105cf0a12c312eb1ea52645401f56922 authored about 1 year ago
Allow printing all IR in `torch_mlir.compile` (#2669)

This PR adds the `enable_ir_printing` option to `torch_mlir.compile`,
which can be used to prin...

github.com/llvm/torch-mlir - 832899817210ce506e9be9888cb2f7d2a5b59630 authored about 1 year ago
[onnx] Lowerings from `onnx.tan` (#2642)

Started work on the `tan` lowerings for ONNX to Torch. Uses `sin` and
`cos` to represent a `tan`.

github.com/llvm/torch-mlir - 11cc92d4ab41d29a7478fc330b8fc9debf469481 authored about 1 year ago
[aten] Make `torch.aten.matmul` to `linalg` work for non-broadcasting case (#2659)

Broadcasting for `torch.aten.matmul` is optional so a MxN with NxK
matmul should be legalized t...

github.com/llvm/torch-mlir - a24aadbfab8eea598a982dd9f56178c2ba5561ab authored about 1 year ago
Tweak development.md for more speed (#2667)

Adding the `--progress` flag shows the same output as what `git clone`
would show. This is very...

github.com/llvm/torch-mlir - 8fa81d181b3abf032f23245eadbfe9801d1ddbd3 authored about 1 year ago
Fix typo in DecomposeBernoulli() match failure messages. (#2676)

github.com/llvm/torch-mlir - 20ab88284098e6ef4250d652609dc89542aa1d54 authored about 1 year ago
Add lightning talks slides.

github.com/llvm/llvm-www - 0865e26193bda62d78894f0a5f785cf36fcf4047 authored about 1 year ago
Integrate llvm/llvm-project@99045b60b575 to fix bazel build. (#2677)

https://github.com/llvm/torch-mlir/commit/be3e74b647375d1c72f075bebf77dc31e74477a2
breaks bazel...

github.com/llvm/torch-mlir - 869c25877a492ce214e87023e45919fd225ad145 authored about 1 year ago
Update the builder configurations on as-builder-4(-rel) worker hosts. (#84)

* reduce a build path for the builders to avoid failures for the unix
socket related tests (the ...

github.com/llvm/llvm-zorg - 9466866fe7f130c70797cc04583348a1edebb902 authored about 1 year ago
Disable few tests with exceptions on aarch64

After https://github.com/llvm/llvm-project/pull/73262
these tests are broken on
https://lab.ll...

github.com/llvm/llvm-zorg - cd9910eac60cc47b376a7aae28b4749530927e94 authored about 1 year ago
[NFC] zip_equal ensures correctness

github.com/llvm/circt - c3ca208b07848665e3d6f8ee284c1eaf03001f42 authored about 1 year ago
Integrate llvm/llvm-project@282d50147628 (2023-12-19) (#2675)

github.com/llvm/torch-mlir - be3e74b647375d1c72f075bebf77dc31e74477a2 authored about 1 year ago
[ONNX] ONNX -> TORCH for Erf (#2673)

TorchOnnxToTorch
For Erf function

github.com/llvm/torch-mlir - ebaab4200f2c9dd7dc817361e916b69eb0379ff8 authored about 1 year ago
Update PYTHONPATH in development.md (#2644)

Modify PYTHONPATH to new related directory in docs.

github.com/llvm/torch-mlir - 89cfbe894df2592a296f48440005da244768b0fa authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for AveragePool op. (#2672)

This commit adds the OnnxToTorch support for AveragePool op.

Signed-Off By: vivekkhandelwal14...

github.com/llvm/torch-mlir - 8649b84e3f768daec7d43dc439f1d91cb44a9c6e authored about 1 year ago
Fixing External/HecBench (#66)

* fixing the CMakeList.txt for external/HeCBench

* removing some debugging prints and reforma...

github.com/llvm/llvm-test-suite - 77418e09fc7e7604e7d52165955132ae8e19fbb4 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Reduction Ops (#2657)

This commit adds the OnnxToTorch support for ReduceSum, ReduceMean, and
ReduceMin ops.

github.com/llvm/torch-mlir - 698ff3a736be3dcc201b4f5a7297f417587f3a99 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Gelu (#2647)

This commit adds the OnnxToTorch support for Gelu op.

---------

Co-authored-by: Rob Suderm...

github.com/llvm/torch-mlir - deacb8ef38757386e4303d780c7a74fb06b87e39 authored about 1 year ago
[llvm-test-suite/utils] Add a simple not tool to the test suite

Add a tool similar to LLVM's not utility which inverts the return code of a
command. The major d...

github.com/llvm/llvm-test-suite - 35d97bd2e479951ae35dc2cf54e7660d94c68e5a authored about 1 year ago
[LowerToHW] Fix output port index mapping (#6530)

The logic that was moving the symbol from the port to the wire was
incorrectly assuming that a...

github.com/llvm/circt - 2caafc76bb1f35a92868c2c77fed114f40b9ffd7 authored about 1 year ago
Dockerfile for Fuchsia builders (#82)

This Dockerfile is used to build a Docker image that's used on all
Fuchsia builders. Our infras...

github.com/llvm/llvm-zorg - ac40f61be2d6e8e3f3327621dc45261f96ade91d authored about 1 year ago
Workaround build failure in ClamAV with zlib (#65)

zlib failed to build with a recent compiler extension
(https://github.com/llvm/llvm-project/pul...

github.com/llvm/llvm-test-suite - b2c908ec8fc8621efd8bfa08e42ebcdb90c89092 authored about 1 year ago
[torch] Lower `torch.aten.sinh` to `linalg` (#2662)

github.com/llvm/torch-mlir - 791c66647927a35c610ecd2ca2d93401f761b422 authored about 1 year ago
updating the readme for sollve_vv, HeCBench, and smoke (#64)

* updating the readmes for the external benchmarks of sollve_vv, hecBench and smoke

* updatin...

github.com/llvm/llvm-test-suite - c678caaa49aa1bd2aa9e02747859ef9923b4cdc1 authored about 1 year ago
[FIREmitter] Apply clang-format, NFC

github.com/llvm/circt - 25566c45141fe7e4c6aebe783ab1b03453a1a8c2 authored about 1 year ago
[FIREmitter] Add const to avoid copying, NFC

github.com/llvm/circt - c635dc01c6149ec62e05975279c37191e687309c authored about 1 year ago
Update configuration for 'as-builder-4' worker and hosted builders. (#83)

* added the "release" worker for the release builders.
* added ccache for llvm-clang-x86_64-exp...

github.com/llvm/llvm-zorg - 3b633e8d27305e45248d590a7fc4935837d75c1d authored about 1 year ago
Build more projects with llvm-x86_64-debian-dylib (#37)

We want to expand the dylib testing to include libclang-cpp.so and also
to build projects like ...

github.com/llvm/llvm-zorg - b0f8642285392f49df2957285a45fde7b7712a62 authored about 1 year ago
[Bazel] Add conversion targets for `TorchToTensor` (#2666)

Adapts bazel build per https://github.com/llvm/torch-mlir/pull/2648.

https://github.com/sj...

github.com/llvm/torch-mlir - 9c655d0bfb166785dc17e51b0afa1f937c227cef authored about 1 year ago
[onnx] Lower `onnx.Gemm` to `torch` (#2663)

General lowering for `onnx.Gemm` to `torch`

github.com/llvm/torch-mlir - ae1a6e4a5a058170dd7b63001322844d04d12aac authored about 1 year ago
[onnx] Support of onnx.Greater, onnx.Less, onnx.GreaterOrEqual to Torch (#2649)

The three remaining compare operations
onnx.Greater
onnx.Less
onnx.GreaterOrEqual

Are al...

github.com/llvm/torch-mlir - cee8563060c79766ae530e539167bd8c872561db authored about 1 year ago
[FIRRTL] Framework for intrinsic lowering (#6527)

github.com/llvm/circt - f7833081e76ed67df1d0337d0e271553e30c5f72 authored about 1 year ago
[onnx] Add support for `onnx.sinh` (#2643)

Adds a lowering from `onnx.sinh` to `aten.sinh`. This includes adding
the `aten.sinh` operator.

github.com/llvm/torch-mlir - 61888690bba0b766cd3e4fc16ce1d43b3b70b44f authored about 1 year ago
Bump LLVM version to aa165edca8545b212de084d5b18c3d30347f774a (#2658)

github.com/llvm/torch-mlir - b3e94208a891a85cffc5eec1b267ce4e7a761b74 authored about 1 year ago
[onnx] Lowerings from `onnx.transpose` (#2641)

Lowerings for `transpose` from ONNX to `aten`. Implementation depends on
making multiple `aten....

github.com/llvm/torch-mlir - 705ea958ae1406e2f7cbff442c13db05587d3b33 authored about 1 year ago
[TorchToLinalg] Lower aten.cat to tensor.concat (#2650)

This replaces the lowering of aten.cat with tensor.concat, allowing more
efficient handling of ...

github.com/llvm/torch-mlir - 030b0140d45559743dff85573ca00ba10cce7a5a authored about 1 year ago
[onnx] Lowering for `onnx.shape` to `torch` and `tensor` (#2648)

Includes the lowering from the `aten` equivalent to `tensor` operations.

github.com/llvm/torch-mlir - 061af696ce94c932152bdf64ca7eba3b4034b367 authored about 1 year ago
[HW to BTOR2] btor2 conversion pass (#6378)

* Added missing tool in integration test

* Fixed formatting

* Fixed whitespace issue

* ...

github.com/llvm/circt - 3707c382fb2d092264edcce23c6c0b15370f60b7 authored about 1 year ago
Implement lowering of aten.cosh op. (#2635)

github.com/llvm/torch-mlir - 55e9401c5ca13aaa4a327bf5ed91583a9e5a9f4d authored about 1 year ago
[ONNX][MLIR] Add support for LeakyRelu and GatherElements op (#2655)

This commit adds support for `LeakyRelu and GatherElements` op in the
onnx pipeline.

Signed-...

github.com/llvm/torch-mlir - eb9249e601b0a3b01650f07b8c99b2b8a3a3a190 authored about 1 year ago
Bump LLVM version to fcd54b368e6713acd236dc47401b5292755900d7 (#2654)

This bumps the llvm submodule to HEAD to pick up recent fixes.

github.com/llvm/torch-mlir - d9f4a80b10ae849a0615674e87751b78d00be241 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for q-z ops (specific ops in description) (#2601)

This commit adds the OnnxToTorch support for Reciprocal, Round,
ScatterElements, Sigmoid, Sin, ...

github.com/llvm/torch-mlir - f59c01fd2fbcb5162b8147f34c68cd970f2c26a9 authored about 1 year ago
[FIRRTL] Add an emitter for options and instance choices (#6520)

github.com/llvm/circt - 57372957e8365b34ca469299b8c864d830e836a1 authored about 1 year ago
[onnx] add support for onnx.LessOrEqual (#2639)

Added the less or equal operation to OnnxToTorch.
onnx.LessOrEqual

---------

Co-authored...

github.com/llvm/torch-mlir - 4ec8b9fc02adfab64f363ee40e6949ea73b9a628 authored about 1 year ago
Add ODM on reshapes in the vector dialect

github.com/llvm/mlir-www - bfbb8b6b903ce6bc0f76a3dcef4e19518460146d authored about 1 year ago
Bump LLVM version to 762964e97fd66ab7728ecc92aa153a61266fa9df. (#2645)

github.com/llvm/torch-mlir - 65f517b3d0956bcebeeb362c0b841216e18d314b authored about 1 year ago
Additional Redlist/Greenlist functionality to External/smoke and External/HeCBench (#63)

* updating the functionality to allow for mutliple lists of tests to be used

* minor fix-reor...

github.com/llvm/llvm-test-suite - e78f595e516fbbf057f1a222bc9c60633c04fc93 authored about 1 year ago