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

Adjust bound check to be the same as PyTorch native (i.e. stricter) (#2755)

prims.expand expects the start and end dimensions to be strictly less
than the rank of the tensor.

github.com/llvm/torch-mlir - f78ec78ac85bf551952d5421befbc6005b232546 authored about 1 year ago
[ONNXToTorch] Add conversion for Onnx range (#2752)

Implemented ONNX.Range. The spec says the data type for start, limit,
delta are 0-D can be doub...

github.com/llvm/torch-mlir - 87389f0762c1626a56f3afaafcf51bd9f5e28518 authored about 1 year ago
[TorchToLinalg] Add lowering for aten.replication_pad2d (#2715)

Co-authored-by: Lisa Liu <[email protected]>

github.com/llvm/torch-mlir - 09421b1cf3153e9794187fe665395713a048803f authored about 1 year ago
[onnx] Convert `onnx.constant` to `torch` literal tensor (#2748)

Handles the multiple cases of `onnx` constant values and converts them
to `torch` literal tenso...

github.com/llvm/torch-mlir - 197b3b475c2fa4c452f08c79f2cab1c7482d6ccc authored about 1 year ago
Update FSMToSV summary (#6580)

github.com/llvm/circt - 05d0886671edbcd288c828c1aefa9bb28bd17aad authored about 1 year ago
broken image src's fixed (#6578)

github.com/llvm/circt - 8a41150c33f6a703e923bea80a4741df78a9438f authored about 1 year ago
Bump LLVM to llvm/llvm-project@0cb024b (#2753)

- Add fixes for
https://github.com/llvm/llvm-project/commit/af78e5daf0791135485dbd7972ffedb9277...

github.com/llvm/torch-mlir - 10acea71be38c409470c66b57a77330b7b8bebd0 authored about 1 year ago
Remove "jobs" property from Linaro workers (#98)

This property is used for `ninja -j<jobs>` and given that we manage the
CPU usage of our machin...

github.com/llvm/llvm-zorg - 326ed2f585b1858a20cf745159cbd9db59931362 authored about 1 year ago
Add find compiler-rt libs cmake module for windows (#52)

* Add find compiler-rt libs cmake module for windows

This patch adds find compiler-rt libs fu...

github.com/llvm/llvm-test-suite - 1c4054cda38233a71767832048a28a9e4c41adaa authored about 1 year ago
Fix CMake modules to allow build on windows (#51)

This patch makes some minor adjustments to top level CMakeLists.txt
and CopyDir, Testsuite modu...

github.com/llvm/llvm-test-suite - c39b1f793cb0435a92cda53dbddcfad096362619 authored about 1 year ago
Merge pull request #47 from Krishna-13-cyber/llvm-gsoc-2023

Add Tutorial Development with Clang-Repl(GSoC'23 blog)

github.com/llvm/llvm-blog-www - c20a3e648e4521c26f3b6c376e9c704f6898be8b authored about 1 year ago
[torch][quant] Support quantize and dequantize for torch (#2731)

Handle both `torch.dequantize` and `torch.quantize_per_tensor` including
the op based quantizat...

github.com/llvm/torch-mlir - dc37616d6773acc55c7452c242c7f13e838362f4 authored about 1 year ago
[lldb] Add libunwind to list of runtimes to build

libunwind is now required to build libcxx and libcxxabi by default.

See llvm-project:8f90e6937a...

github.com/llvm/llvm-zorg - fb4bb5fd89bc02da826913cb38d197e73d1e1070 authored about 1 year ago
[sanitizer] Fix typo rm -> ls

github.com/llvm/llvm-zorg - 3412f8d9f8978ee759ea0e4b3efec7a49848757d authored about 1 year ago
[sanitizer] Don't delete in llvm-project

github.com/llvm/llvm-zorg - e510c5b3188019769c6b4ac91e6ba8680c5edbc9 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Maxpool Op (#2695)

Add Maxpool ONNX op support.
Add Utils.h/cpp files to create a constant int list for ONNX.

github.com/llvm/torch-mlir - c7452af4fa7b4139dbd8b78b388b84a08b8c1b7a authored about 1 year ago
[clang-ppc64le-rhel] Also build libunwind (#99)

This should fix the build which started failing after [1],
see for example https://lab.llvm.org...

github.com/llvm/llvm-zorg - 86629349f9de826f017d2313111fc8d699ea37cb authored about 1 year ago
[PyCDE] Fix ESI integration tests

github.com/llvm/circt - c76fb51e103b6eb3fcc8a40aae25b0c82a006cd0 authored about 1 year ago
[FIRRTL] Add Layer Association to Probes

Add support for representing an optional layer in each probe type. This
only handles storage an...

github.com/llvm/circt - fe27e456b918250cb18d23baf243d1242dd6c88a authored about 1 year ago
[NFC] Convert getPortAttributes back to ArrayRef (#6531)

Several functions had to be pessimized when converting to module type. Start moving them back to...

github.com/llvm/circt - 7cdf3fc71c31852c4e7e1d7fa9868507919d565c authored about 1 year ago
[NFC] llvm bump

github.com/llvm/circt - b20b1ee6af448fec45292b4a5713c7be29f1910d authored about 1 year ago
[sanitizer] Enabled libunwind on bot

libc++ use it by default.

github.com/llvm/llvm-zorg - 54539985d63e14210d9223fc419057af37a22c7b authored about 1 year ago
[NFC][FIRRTL] Move the clock gate intrinsic to the instrinsics file

github.com/llvm/circt - 3ce5370b50cc2ccababf59f3398439d3c536ca66 authored about 1 year ago
[NFC][Seq] Rename the ClockDivider to ClockDividerOp

github.com/llvm/circt - 904187e8457727c42c6b1c589adc0a06b0f76c8d authored about 1 year ago
Reapply "Disabled libunwind, #96 was not enough" (#97)

llvm/llvm-project#77689 is not a fix.

This reverts commit 8202ffdd47b2197057cfa14c8f2153a20d3...

github.com/llvm/llvm-zorg - c4d9a5bf4f520116b1f0dc71d1a69b3f6c00e5ab authored about 1 year ago
[Arc] Dedup: Fix use after free (#6568)

github.com/llvm/circt - 7d0bc380e0da0d5b1d1b0507d7b2187a56787c21 authored about 1 year ago
[Arc] StateOp: latency instead of lat in assembly format (#6562)

Spelling out latency should make it easier to understand what this
attribute means.

github.com/llvm/circt - c07347a71dc1f05d8812f92534ad8256d0ed19a6 authored about 1 year ago
Revert "Disabled libunwind, #96 was not enough"

Looks like llvm/llvm-project#77689 fixed the issue.

This reverts commit 23cd70e66807ccdb8e75512...

github.com/llvm/llvm-zorg - 8202ffdd47b2197057cfa14c8f2153a20d3ddf37 authored about 1 year ago
Disabled libunwind, #96 was not enough

llvm/llvm-project#77687 enabled libunwind, but
not all tests pass with sanitizers.

So disabl...

github.com/llvm/llvm-zorg - 23cd70e66807ccdb8e75512f4f42d4d38885cec6 authored about 1 year ago
Fix Fortran tests for Windows platform (#69)

This patch makes minor changes to ignore windows line endings when
Fortran tests are run on win...

github.com/llvm/llvm-test-suite - 5633212d633c3546017b7de2c5100081d2257abe authored about 1 year ago
[mlir][logo] add MLIR Sparsifier GIF assets to website (#166)

Logos for the MLIR Sparsifier project, combining the MLIR logo with the
concept of a sparse ten...

github.com/llvm/mlir-www - 67bdf7ad7119f566d25d9572dd6ea26291326b10 authored about 1 year ago
[sanitizers] Ensure we build LLVM's libunwind with the sanitizers (#96)

See https://github.com/llvm/llvm-project/pull/77687 for more details.

github.com/llvm/llvm-zorg - 10993ce862dd5518c86e55d659194f865ffc5447 authored about 1 year ago
[NFC] fix warning

github.com/llvm/circt - cc93794cb16bad668bc9218df793fe35f6a9a5c3 authored about 1 year ago
[FSM] Add CAPI dependency on conversion pass header generation. (#6572)

When the conversion from FSM to SV was added to the CAPI, an include
of the circt/Conversion/Pa...

github.com/llvm/circt - f02e5ea64c815ea8783f5296c4979906b756c6ea authored about 1 year ago
Handle torch.none type in tosa.clamp op (#2739)

This PR updates the torch-to-tosa conversion with following changes:

- Support torch.none as ...

github.com/llvm/torch-mlir - 670a99ae196da892310776f110cfe29dfb68a174 authored about 1 year ago
[NFC] try cleaner fix to windows issue (#6573)

github.com/llvm/circt - dd51f78f33b1150d4e353075af8a507759fee5a4 authored about 1 year ago
[tools] Fix not utility to work on iOS (#73)

* [tools] Fix not utility to work on iOS

This addresses issue #77137. The implementation uses...

github.com/llvm/llvm-test-suite - d6b5c68fbdb94cc36617afc436d9a551ba2a6fd6 authored about 1 year ago
signed/unsigned c++ compiler warning fixes (#2742)

github.com/llvm/torch-mlir - 47ffc90db49f16c126c1fa456b92e24161847afb authored about 1 year ago
[NFC] Fix some types on loops for getNumPorts. Thanks to @Tang-Haojin. May fix windows build.

github.com/llvm/circt - b49fa9b4f67fa24f4bbdcffd728f74e2b3457436 authored about 1 year ago
Bump LLVM (#6566)

github.com/llvm/circt - f28128c9559a060465b11068514ec7893f6778cc authored about 1 year ago
Implement lowering of torch.aten.logit (#2697)

Closes nod-ai/SHARK-Turbine#290

github.com/llvm/torch-mlir - e1a86e480a5687f78ad4b70047e978905bee5088 authored about 1 year ago
Port tools/timeit.c for Windows (#50)

This patch implements timeit timing tool found at tools/timeit.c for Windows.
It is required fo...

github.com/llvm/llvm-test-suite - be6bd27c39ae400f271836f9606d14547c57f97a authored about 1 year ago
[Arc] Use CallOp instead of latency 0 StateOp (#6560)

This simplifies the `arc.state` operation by always requiring latency > 0 and uses `arc.call` op...

github.com/llvm/circt - e76a757e067f239ccff9bc62421337ce55982a22 authored about 1 year ago
[ONNX][TORCH-MLIR] LayerNorm (#2716)

Layer Normalization using the torch.aten.native_layer_norm

https://github.com/nod-ai/SHARK-T...

github.com/llvm/torch-mlir - 5862854bc8011a94a54edeb4fa278908e9eb2c2b authored about 1 year ago
Implement aten.reflection_pad2d lowering to linalg

github.com/llvm/torch-mlir - 0860c41ee2a0bdec41f544f19eba170cf646c3ce authored about 1 year ago
[FIRRTL] Update test from groups to layers, NFC

Change a test to be called "layers.fir" and not "groups.fir". Change it
internally to use layer...

github.com/llvm/circt - ff7271b2ec09b6e289d4332b6d34b075dd6522a0 authored about 1 year ago
[FIRRTL] Innocuous change to mitigate #6513 (#6571)

This change seems to make the test problem go away.

github.com/llvm/circt - 3b4faa60fafd9002b6672a387932481f9a06f8f4 authored about 1 year ago
Add tech talk slides.

github.com/llvm/llvm-www - d747f287977462bc19737261c70aa34f66ea7654 authored about 1 year ago
Add tech talk slides

github.com/llvm/llvm-www - 7b9eb9dfa0004dc77e0ed7c615c585610c2ff80c authored about 1 year ago
[OM][Python] Fix typehint in integration test

In Python3.8, must use `typing.Dict` to subscript types.

github.com/llvm/circt - 9890d94a2df140640ab3b14478e1abbff743b68c authored about 1 year ago
[ESI] Fix WrapValidReadyOp folder bug

Worked until now, but the upcoming llvm bump doesn't like it.

github.com/llvm/circt - 1e78a4ea78705dc5595a668d8932034b7a84768e authored about 1 year ago
Minor typo fix: in not implemented message for the exclusive and reverse attributes for cumsum (#2740)

github.com/llvm/torch-mlir - aee1fca2517b8bff3b18e3b01beaafe8d57a7dd8 authored about 1 year ago
[llvm-cgo] Update location

github.com/llvm/llvm-www - b99c0b8970b0c5dfb1c15fe3d226d5c9f3b8c295 authored about 1 year ago
[llvm-cgo] Update submission link

github.com/llvm/llvm-www - b2ec5ae11c6a533bba92996a69cfe2f9f0bf9874 authored about 1 year ago
support for onnx.expand operator (#2729)

maps onnx.expand to torch aten broadcast_to, three tests added

---------

Co-authored-by: K...

github.com/llvm/torch-mlir - 29569713f3878226a6c1054a183dc227934dbe69 authored about 1 year ago
[NFC] Fix warnings from missing include in ESI runtime. (#6567)

github.com/llvm/circt - 0864dc19f20c20b62349a5a2d66c3ce487b96baf authored about 1 year ago
[Python] Reduce wheel matrix and scheduled frequency.

We are running out of space in PyPI, so this removes support for
versions Python 3.9 and Python ...

github.com/llvm/circt - 392af2fe5e622f031a178cb2f46abc235e5f4c05 authored about 1 year ago
[FIRRTL] Miscellaneous Whitespace Cleanup, NFC

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

github.com/llvm/circt - b9dc46e1faeab450cbcfbab4d1d2884072acbec0 authored about 1 year ago
[Sim] Initial implementation of the `sim` dialect (#6561)

github.com/llvm/circt - cc8fabb16d42c2ad1e15fb8e3a49c89347bde342 authored about 1 year ago
[FIRRTL][NFC] Add a test for plusarg lowering

github.com/llvm/circt - 540691c17bab664fd6c8829bdc64b12f84aa9c44 authored about 1 year ago
[Sim] Introduce the rationale for the `sim` dialect (#6536)

github.com/llvm/circt - 65a5ee59861d7d297305a456d157ee5ef266798b authored about 1 year ago
build: manually update PyTorch version

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

Signed-Off By: Vivek Khandelw...

github.com/llvm/torch-mlir - 469c055190a042575a2259f8fe759da23963ce3f authored about 1 year ago
[MLIR][ONNX] Add TorchToOnnx Support for DepthToSpace op

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

github.com/llvm/torch-mlir - 208ae355830707a0d1e85f05feca454ad2b346f0 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Bernoulli and CastLike op

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

github.com/llvm/torch-mlir - 4707d3bdc6d7e1bb12b3e44dcf23455a7d445725 authored about 1 year ago
[MLIR][ONNX] Add OnnxToTorch support for Dropout and Elu op

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

github.com/llvm/torch-mlir - 35e8f8679220a35dae4e49b988eeef5e47747f8c authored about 1 year ago
[OpenMP] Adds another AMDGPU OpenMP bot (#94)

This adds a sanity-check bot to the AMDGPU OpenMP Offloading bot
infrastructure. It is a copy o...

github.com/llvm/llvm-zorg - bb8533b96a2cb8d05d58222009fb22e6cb8616d4 authored about 1 year ago
[NFC] Bump LLVM over mnemonic change (#6563)

github.com/llvm/circt - ccdef1740c35216048a567081033f91cbc3a7ef8 authored about 1 year ago
[HW] Select the better name when dropping wires (#6559)

github.com/llvm/circt - 258de7b79205fa7cf1450f8e2f26cdaffdfb1c5e authored about 1 year ago
[RFC] general support for Adaptive Pooling Ops (#2661)

Adaptive pooling ops can only be decomposed into their non-adaptive
counterparts in trivial cas...

github.com/llvm/torch-mlir - 07d0645f640bdc8b09a706150fa1a9a5f85b8147 authored about 1 year ago
[FIRRTL] Fix the lowering of internal paths in lower signatures (#6556)

Dummy internal paths must be added to expanded ports.

github.com/llvm/circt - 699a3ff29db3c62157c807fad16624d8bb4e5639 authored about 1 year ago
[FIRRTL] Update InstanceGraph on erase in LowerClasses. (#6558)

We intended to keep the InstanceGraph up to date, but when we
completely erase FIRRTL ClassOps,...

github.com/llvm/circt - 7dba59c4270e36821acea75580423926ec318279 authored about 1 year ago
[NFC] Move off of deprecated stringref apis

github.com/llvm/circt - 98d4c690e044c0c2fe60c2ccf5fa77f546aadaf0 authored about 1 year ago
[NFC] Move off of deprecated stringref apis

github.com/llvm/circt - 2902b7d8a3d1278e61edeb543e71f485adbf5e85 authored about 1 year ago
Fixing implicit double->float truncation warnings. (#2733)

Floating-point literals should use the correct type specifier.

github.com/llvm/torch-mlir - 4dd17f0b711523223e41606d9b7b6023b9149d46 authored about 1 year ago
[FIRRTL] Move intrinsics into their own tablegen file

github.com/llvm/circt - 36eaec3fa1177552693f123968883c6e18fe3cb8 authored about 1 year ago
[NFC][FIRRTL] Remove whitespace from test

github.com/llvm/circt - 3ce5c8c5b90e089c3e526053f20b58bfc20055ed authored about 1 year ago
[Flang] Add check-flang to AMDGPU/OpenMP Offload Bot (#93)

github.com/llvm/llvm-zorg - a52fe065b04c4e142aad91483889557240d722d7 authored about 1 year ago
[Docs] fix typos in Dialects/ (#6555)

github.com/llvm/circt - 29ba8077af794dac78b90a8707da376489c398fe authored about 1 year ago
[mlir][doc] remove trailing whitespace from MD files (#168)

Also add "sparsifier" for "sparse compiler" and
changes layout in open projects to make it more...

github.com/llvm/mlir-www - 81e3b9bdbc0ddf591dc63ca613b446fecf58c000 authored about 1 year ago
[linalg] Added `aten.clamp` support with integers to `torch-to-linalg` (#2718)

The lowering for `aten.clamp` did not support integer types. Added
support for integer types in...

github.com/llvm/torch-mlir - 985e7796a4e4c2b939c4c350047db2473fcdc8f2 authored about 1 year ago
[LibC][AMDGPU] Enable 8-way parallel AMDGPU tests (#92)

This enables an actual 8-way parallel testing of libc for GPU on AMDGPU.
We limit the number of...

github.com/llvm/llvm-zorg - 198cb00281ab0e3bbd3cda4953c329cdcd182601 authored about 1 year ago
Un-break the iOS build

https://github.com/llvm/llvm-project/issues/77137

github.com/llvm/llvm-test-suite - 9ca97f5027150f7e507e5ab4c56f38a29fb3c696 authored about 1 year ago
[NFC] fix warnings in tcl bindings

github.com/llvm/circt - 5b76494f1564e1c13340b63bf9661d0ea0eac5af authored about 1 year ago
[CI] Add options to control whether workflow_dispatch assert + build mode. (#6549)

github.com/llvm/circt - c8a2514e05284c179100c2b66eb309217fb8249a authored about 1 year ago
[FIRRTL][NFC] Drop semicolon, fix warning.

github.com/llvm/circt - 78973a8f3d3b920259b85c39901d13261148cc89 authored about 1 year ago
[OpenMP][Flang] Adds experimental OpenMP bot (#87)

This bot adds clang and flang frontends to the OpenMP runtime on
AMDGPUs. Given the current sta...

github.com/llvm/llvm-zorg - 27c0077c3adaa8eb0a1f252c7dc1415d0db42bfe authored about 1 year ago
[sanitizer] Workaround for unittest reverts in buildbot_fast.sh

github.com/llvm/llvm-zorg - 8a17534ccbfd1bf5e1375dd1045b28a878a48834 authored about 1 year ago
[OnnxToTorch] Delete unused variables. (#2728)

github.com/llvm/torch-mlir - 6096fcb347691982d721d74d96794ac0d17af0d9 authored about 1 year ago
[FIRRTL] Add util to maybe get an attribute

Add a utility in FIRRTLOps.cpp for getting an optional attribute from an
array of named attribut...

github.com/llvm/circt - b69aaba35250940f2d198701aa2d1f59db1417ba authored about 1 year ago
Move LLVM typed pointers to past Deprecations (#163)

Since
https://github.com/llvm/llvm-project/commit/4983432f17eb4b445e161c5f8278c6ea4d5d1241,
ty...

github.com/llvm/mlir-www - 31c474a6f43568be228d5268dc8420c689f0edca authored about 1 year ago
Bump llvm-project to 6b65d79fbb4682468333cea42b62f15c2dffd8f3 (#2723)

Co-authored-by: hanhanW <[email protected]>

github.com/llvm/torch-mlir - fb1dfa31268c59a829ded35d304969c48ede388b authored about 1 year ago
[torch-mlir] remove trailing whitespace from e2e test files (#2727)

github.com/llvm/torch-mlir - aa7e95f7c8cde77528d273633baa8887f4795187 authored about 1 year ago
[Fuchsia] Use a separate build directories (#91)

Use a unique build directory for each build to avoid incremental build
correctness issues while...

github.com/llvm/llvm-zorg - d5fa2f967d826f0fcae2ca5370661afabed9900c authored about 1 year ago
[Fuchsia] Handle BUILDBOT_CLOBBER correctly (#90)

The annotated builder sets BUILDBOT_CLOBBER to empty string when clobber
isn't requested so we ...

github.com/llvm/llvm-zorg - c996faaad103f3549db747656a70c5eb2ea16666 authored about 1 year ago
[FIRRTL] Whitespace .td cleanup, NFC

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

github.com/llvm/circt - 659e587421118b1cd0c17ca6845bf51bc21c7bfe authored about 1 year ago
[LowerSignatures] Fix instance locations (#6550)

Fix an issue in the `LowerSignatures` pass where instances would discard
their location and inh...

github.com/llvm/circt - f85d63a8ee22dafdf0b94e299097d8fb16d4d5ec authored about 1 year ago
[sanitizer] Improve comment

github.com/llvm/llvm-zorg - a8bc9270c2c257c829a53381cbeedc261c5a8fec authored about 1 year ago
[sanitizers] Delete unittests executable

This is workaround for reverts like this
https://github.com/llvm/llvm-project/commit/0c23163184...

github.com/llvm/llvm-zorg - 337310091280bd2e6d42a80dffd96f634694fc50 authored about 1 year ago
[CI] Bump runner for windows release artifacts 2019 -> 2022. (#6548)

Match what we use in CI.

github.com/llvm/circt - 78d41a865bce3fb0b5087e50655498dc297a93e3 authored about 1 year ago
[CI] buildAndTestWindows: Set "write" permission to unbreak for now.

github.com/llvm/circt - c6e413918ec8d05134c80648b895e0877c7f5919 authored about 1 year ago