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

[PyCDE] Fix import hw modules (#6130) (#6605)

Fixes #6130.

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

github.com/llvm/circt - bd157adbcec0759bff49470e6645fd6f39b7903b authored about 1 year ago
[NFC] functions should be file local

github.com/llvm/circt - 070b77689b1da652669735cc04b791a901341647 authored about 1 year ago
[NFC] remove some warnings

github.com/llvm/circt - 2654d56b9333d797590169500b1c9fc4159d01f3 authored about 1 year ago
[MLIR][TORCH] Support for `onnx.LayerNormalization` (#2789)

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

github.com/llvm/torch-mlir - 894805dd5e21c3255a6352606a76145740085b92 authored about 1 year ago
[ONNX][MLIR] Add support for pad op in the onnx pipeline (#2738)

This commit adds mapping from `onnx.pad` op to `torch.pad` op. Currently
it does not support `a...

github.com/llvm/torch-mlir - 12f123eff8ba7e2b70b80d5f78099fa75e4df6b7 authored about 1 year ago
[FIRRTL] Initial support for classes and objects in Dedup. (#6582)

This adds initial support for Dedup to handle deduping classes and
objects. For the most part, ...

github.com/llvm/circt - 19d522f1e5dbefdde8352566feb57700f2b1bc02 authored about 1 year ago
[MLIR] [ONNX] lowering for onnx tile op and sign op (#2725)

github.com/llvm/torch-mlir - ac8975ea1276e1f53f1bb3eaedc26f32252c91a1 authored about 1 year ago
AtenAdaptiveMaxPool2d Conversion to Linalg (#2779)

The logic here is very similar to the conversion for AdaptiveAvgPool1d
#2661 with a few modific...

github.com/llvm/torch-mlir - c531f5495bf2046d86bb76285f0d5d23076c71f8 authored about 1 year ago
Redirect to event site.

github.com/llvm/llvm-www - e44b9290a5b257f079ef6d2a78fc96065eaf0e1e authored about 1 year ago
CI: Fix Roll PyTorch CI failure at determining commit hash (#2796)

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

github.com/llvm/torch-mlir - 311b6b0286bfa016346bc7fd8b441bbd50216060 authored about 1 year ago
implement aten.conv1d, aten.conv3d, and aten.conv_tbc (#2757)

convolution with [time,batch,channel] ordering, as opposed to the
default [batch, channel, time...

github.com/llvm/torch-mlir - ccaac857885ad8ab6532e900cd4e47bb4ee1c424 authored about 1 year ago
[ONNX][MLIR] Add support for onnx.Exp op (#2792)

https://github.com/nod-ai/SHARK-Turbine/issues/312

github.com/llvm/torch-mlir - 77ae56337dbf95eb809f4a7d218a9fb3dc1f41b0 authored about 1 year ago
[NFC] Remove extraneous dump

github.com/llvm/circt - cb19b5458d173d6cfe55b7fa8aee594f2d06d660 authored about 1 year ago
[NFC][CheckCombLoops] Allow UnrealizedConversionCast to close loops

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

github.com/llvm/circt - dc711a81576365bd34672c1ae63a5095b8d935b4 authored about 1 year ago
[MLIR][TORCH] Add onnx.cast cases used by OPT-1.25M (#2787)

github.com/llvm/torch-mlir - dc056e58e6e6b19a1b686ab7c04c12274864ffd7 authored about 1 year ago
build: manually update PyTorch version (#2788)

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

Signed-Off By: Vivek Khand...

github.com/llvm/torch-mlir - c9d8ffb414df5451ee7f193af501afbd9c03a102 authored about 1 year ago
[ONNX][MLIR] Fix padding size constraint for onnx.maxpool op (#2782)

Signed-off-by: Gaurav Shukla <[email protected]>

github.com/llvm/torch-mlir - b7a032967678491bb4765a10b73e8a99c1c76b60 authored about 1 year ago
Add libunwind to runtime build for llvm-coverage (#104)

Fix the build after llvm-project 8f90e6937a (e.g.
https://green.lab.llvm.org/green/job/coverage...

github.com/llvm/llvm-zorg - 3bd1fe7602b89f268a0ef1bb5712ccd684b67f70 authored about 1 year ago
[FIRRTL][ExtractInstances] Clear entire state on pass invocation (#6599)

Clear 'dutModuleNames' and 'dutPrefix' along with the other members before running the pass.

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

github.com/llvm/circt - b689f6378ca89a0e3d052210614c70442479b1b1 authored about 1 year ago
Switch sparc64-linux to single-stage builds (#103)

As more than 400 tests are currently failing for the Sparc target, it
makes little sense to tes...

github.com/llvm/llvm-zorg - bb9da35803efbd0e4a0b88f3b5fea0e522e6a26e authored about 1 year ago
Fix onnx importer to treat Constant values as static (#2780)

Fixes https://github.com/llvm/torch-mlir/issues/2764

In the case of OPT, there are ConstantO...

github.com/llvm/torch-mlir - d452c4f4c0d5b8fe748eebb1b9801f44a7d13374 authored about 1 year ago
[ONNX][TORCH-MLIR] Add TopK support (#2774)

https://github.com/nod-ai/SHARK-Turbine/issues/331

github.com/llvm/torch-mlir - cad98e81136c289694661baadd57759e817eaff7 authored about 1 year ago
Fix unused variable warnings (#2775)

github.com/llvm/torch-mlir - 5883ef0f21b526e399f1f6bd6fd8f548ef3a7115 authored about 1 year ago
Do not try to legalize transposed convolution (#2721)

Currently transposed convolution is not handled correctly by
`TorchToTosa`. This PR allows tran...

github.com/llvm/torch-mlir - 73b30604da6cd7d24865fd5aa9c855a89c69377e authored about 1 year ago
[Seq] Add a representation for clock inverters (#6575)

github.com/llvm/circt - be159104483230c4db4b93e2940cb2c7f13126a4 authored about 1 year ago
[FIRRTL] Make the Field Source analysis more robust to newer ops

github.com/llvm/circt - 2a809a35653ce512b16f5566b819cc684811c48d authored about 1 year ago
[NFCI] Test cases are invalid if initialization check happens early

github.com/llvm/circt - d8b3cf6b709ef1f01046fe3de1e4472af63ddcbb authored about 1 year ago
[TorchToLinalg] Add lowering for torch.aten.diagonal (#2632)

github.com/llvm/torch-mlir - b9806cfa3823bb68faef39fbbb284eda92c0e906 authored about 1 year ago
[FIRRTL] Create debug info scopes for inlined modules (#6512)

When inlining and flattening FIRRTL instances, create `dbg.scope`
operations to track informati...

github.com/llvm/circt - ce274399ee4bb3dbe728dc7b1df962d6d5893449 authored about 1 year ago
[test-suite][Fortran] Ignore -fstrict-aliasing and -fschedule-insns (#77)

Ignore these flags as they are currently not supported by flang.
Also re-enable pr43808.f90 tes...

github.com/llvm/llvm-test-suite - 72a946a42cbce06afef68b2326ff6c3869d09799 authored about 1 year ago
[gsoc24] Move a project from 2023 to 2024.

github.com/llvm/llvm-www - 7e24a9e11d34c553118517c701eee3b4dd2fff93 authored about 1 year ago
[PyCDE] Fixing ESI manifest test for builders without GitPython

FileCheck line assumed that repo and commitHash were filled in, which
they wouldn't be if GitPyt...

github.com/llvm/circt - 7c3c6c8799d93815ad68821a14f035f1c283f20a authored about 1 year ago
[Ibistool] Replace wide include with something more targetted

Avoids introducing implicit dependencies on header files which may or
may not be generated. (GPU...

github.com/llvm/circt - 26cf76c591bade45d662f35f54bf57d323acb0f4 authored about 1 year ago
g++ build fix (#2778)

Introduced in 704cfdaf0893fa4078ab744a915a56367282dcaa of @wu-s-john

g++ compiler error:

...

github.com/llvm/torch-mlir - 50ac3b1912516b064a94d2414be295be79b09bc5 authored about 1 year ago
[PyCDE] Remove a bunch of old cruft

A lot of this functionality was replaced by the ESI runtime.

github.com/llvm/circt - 0cd857f5812292506fac8c48050dd36ad11984ed authored about 1 year ago
[PyCDE] Add ESI metadata to modules (#6597)

Users can either explicitly specify metadata or it can be automatically generated.

github.com/llvm/circt - d0879a76638c236e79626a3008cbadb7c57e087d authored about 1 year ago
[onnx] Added flatten (#2760)

[https://github.com/nod-ai/SHARK-Turbine/issues/328](url)

---------

Co-authored-by: Dave L...

github.com/llvm/torch-mlir - 2f4924015de915f7cd8f12500af2018fe3977fbe authored about 1 year ago
Generalize install instructions to not exclude Windows. (#2771)

Overly specific docs can get stale easily. It looks like
https://llvm.github.io/torch-mlir/pack...

github.com/llvm/torch-mlir - b3a3ad4e2a5a6c2a5c649d21cb3568e238cca132 authored about 1 year ago
[PyCDE] Fixing tests broken by XRT merge

Oops... didn't run these tests!

github.com/llvm/circt - 01022f7f7ba3423e65b937d268ef6237c9533832 authored about 1 year ago
[ESI] XRT support for MMIO based manifest fetching (#6596)

Xilinx Runtime Shell (XRT) support for exposing the MMIO header and
manifest over MMIO. XRT is ...

github.com/llvm/circt - ac60e3af1b83a277b65d2c581e27f61ae949d2a0 authored about 1 year ago
[FIRRTL][FIRParser] Tweak error for Probe<T> where T isn't base.

Probe<Integer> shouldn't complain about nested "reference" types.

github.com/llvm/circt - 3c1ca32322b8a1a057f346c071906c511af57963 authored about 1 year ago
Handle void ternary (#381)

github.com/llvm/Polygeist - 589412047e1472f8bacf646681612659448efd5b authored about 1 year ago
Create add_ops.md (#2770)

github.com/llvm/torch-mlir - 18669b38cbc42af1eff625af86a5f7faa356d76a authored about 1 year ago
[CheckCombLoops] Refactor comb loop detection pass (#5647)

This is a re-write of comb loop detection pass. It simplifies the pass to use DFS
over a reach...

github.com/llvm/circt - 7032ca61b932e029fd3052d61e77a504b86681f3 authored about 1 year ago
[Comb] Handle type aliases in `comb.concat` (#6588)

* [Comb] Handle type aliases in `comb.concat`

* [Comb] Add regression test (#5772)

* [Comb...

github.com/llvm/circt - 86a6b745adf75283de20a089fd8c3d34921eaca4 authored about 1 year ago
[ONNX][MLIR] Add support for onnx.gather op (#2726)

This commit adds support for gather op in the onnx pipeline.
https://github.com/nod-ai/SHARK-Tu...

github.com/llvm/torch-mlir - 3b85c70748ce7177f344ff0c8a99545f849c328a authored about 1 year ago
bump llvm submodule to tip of main (103fa3250c46) (#6589)

github.com/llvm/circt - 28d430dd25fc0a7348017a766efce19c37c01e45 authored about 1 year ago
Add aten.pool_max3d support to torch-to-linalg (#2735)

Added verification logic to the abstract_interpreter_lib_gen.py

Also made some unit tests

...

github.com/llvm/torch-mlir - 704cfdaf0893fa4078ab744a915a56367282dcaa authored about 1 year ago
[Fortran] Disable reduction test that is incorrectly passing

The tests is not catching the intended semantic errors and will
stop failing when the following ...

github.com/llvm/llvm-test-suite - 8cfef2ee41150066ef49e684f832bd75a16fb3c0 authored about 1 year ago
[CombFolds] Fix a typo in a comment, NFC

github.com/llvm/circt - 3a8733e88f7d7dcb741955a8fd376ff9277ce37c authored about 1 year ago
Implement lowering of torch.aten.remainder.Tensor (#2763)

Closes nod-ai/SHARK-Turbine#349

github.com/llvm/torch-mlir - faa4517e83d82348259165412d0744ba776360b3 authored about 1 year ago
[SPEC] Work around build failure due to target OS macros changes.

https://github.com/llvm/llvm-project/pull/74676 changes some predefined
target OS macros on Appl...

github.com/llvm/llvm-test-suite - 9b14a92d585657b87f2ca2b135ba9044685393be authored about 1 year ago
[flang] Disable test failing on AArch64 with unknown argument error

In f377b27ba0ab8fe69a26e13b73101003ad30c1de a bunch more tests were
added and one of those is fa...

github.com/llvm/llvm-test-suite - 44df7fad159a27c7c5339797276460866a1c53d0 authored about 1 year ago
[CombFolds] Flatten operands all at once (#6593)

This fixes O(N^2) compile time regression in OrOp(and other logical operations) canonicalizers. ...

github.com/llvm/circt - a784585073696cb9e875a77e1bdc5b1072a37118 authored about 1 year ago
[ESI] MMIO based manifest cosim support (#6592)

Adds a MMIO service implementation for CosimBSP. Doesn't actually fulfill any service requests, ...

github.com/llvm/circt - 6f4562b6845e2ddd2782c65eb4cf7a171b908d1a authored about 1 year ago
[PyCDE] Fix service generator warning (#6595)

Fix warning about holding on to MLIR ops. Service generator instances
get held through a C++/Py...

github.com/llvm/circt - c2c1cd5c07cc83cfeb65825bbe0af6b82e6493e6 authored about 1 year ago
[FIRRTL] Naming bounce wires properly (#6594)

LowerSignatures creates anonymous bound wires as a place holder but these didn't get proper name...

github.com/llvm/circt - 822235043d874b52a5ac6b720b80f9474242bf8c authored about 1 year ago
[PyCDE] Expose input ports, rename output getter, fix name issue

github.com/llvm/circt - fe5efb3a6e5d81d28bffa34b1ff533237f230e91 authored about 1 year ago
Add 18.1.x release schedule

github.com/llvm/llvm-www - 70cb8d6df4e801dc6a86b1c5b06d910dc5eb1157 authored about 1 year ago
Initial commit of NonZero op (#2766)

github.com/llvm/torch-mlir - 4de4d38b870598f766fd78653028d5bd4b27fff2 authored about 1 year ago
[onnx] Lowering `onnx.dequantize_linear` to `torch` (#2759)

We can make the per-tensor version of the operation to the dequantize
operation via marking wit...

github.com/llvm/torch-mlir - b5387c0f29e6cce9e1586b92df4a975ad539baa4 authored about 1 year ago
[onnx] Support lowering quantize linear to `torch` (#2751)

We can map the per_tensor case to the `torch.aten.quantize_per_linear`
operation. In this case ...

github.com/llvm/torch-mlir - bd11877f6f4c741d0b709b58ba647766f4be5c99 authored about 1 year ago
torch-to-tosa lowering support for AtenLinalgVectorNormOp (#2734)

This PR add torch-to-tosa lowering support for AtenLinalgVectorNormOp

e2e test:
python -m e2...

github.com/llvm/torch-mlir - 77a03f20690801451528ada8de7ba9ddf266f1e1 authored about 1 year ago
[gsoc2024] Add SPIR-V TableGen project proposal

github.com/llvm/llvm-www - f7b38ab8172650cf869895ba5822674b23528041 authored about 1 year ago
Move to LLVM category

github.com/llvm/llvm-www - 1f6cc065bd710e34de6032bcb171d84b711c69fa authored about 1 year ago
Clarify Clang relevance

github.com/llvm/llvm-www - 3f7176ad46e15326ee72dca4a14e04f8fa69ff02 authored about 1 year ago
Link c++fs only in case it is needed (#378)

github.com/llvm/Polygeist - 2aab07f17ef364ab5b33109c41fd1061d1eae7dd authored about 1 year ago
[flang] Enable tests that have structure constructors with allocatable component (#76)

github.com/llvm/llvm-test-suite - f377b27ba0ab8fe69a26e13b73101003ad30c1de authored about 1 year ago
[NFCI] Don't clone arith dialect attrs into comb. Comb doesn't know about these.

github.com/llvm/circt - 3837b1057cb449a2c6f29466cba470d39b1931df authored about 1 year ago
Update devmtg index, fix typo

github.com/llvm/llvm-www - 2dd2563a01e91e3b09ff69a854e3bdb0dd341b62 authored about 1 year ago
Set jobs=None for Linaro LLDB builders

Turns out the LLDB builder class defaults to `jobs="%(jobs)s"`
which expects every worker to hav...

github.com/llvm/llvm-zorg - 0e478ea0c92c809f0ac9dfba2a6fdb168d0ea0cc authored about 1 year ago
[HW] Replace func.func with hw.module in HW/errors.mlir, NFC

github.com/llvm/circt - a285ab792b5620569d4ebe0a105dafa8df429016 authored about 1 year ago
[PyCDE] Support for ESI MMIO service -- read side only (#6590)

Add support for the MMIO ESI service to PyCDE. Most implementations of this service will embed t...

github.com/llvm/circt - 14b8450bc528b3fed0b3c5668baacc2c6e67f2b0 authored about 1 year ago
Update 'llvm-clang-x86_64-win-fast' builder. (#101)

Enable 'ccache' cached builds.

github.com/llvm/llvm-zorg - 86c759cb3aa9417b00c5e74601b30dffde1f8ada authored about 1 year ago
[PyCDE] Fix esi_ram integration test

Changed 'write' to 'req' on the CIRCT side without updating the PyCDE
side. Fixed.

github.com/llvm/circt - 90f2bea72791f4cca36001a63ba517e31d8459c8 authored about 1 year ago
[PyCDE] Verify the system after finishing generation

Helps improve debuggablity of the design.

github.com/llvm/circt - 2e0936e1c455883ebf0d2248b6045841aea71b6a authored about 1 year ago
[FIRRTL][CAPI] Expose `foldFlow` function

github.com/llvm/circt - 7b7134c4fd0ec7fca531e71349db47edf4dc4927 authored about 1 year ago
litsupport changes for windows support (#68)

This patch makes changes required in litsupport/* to support running
llvm testsuite on windows ...

github.com/llvm/llvm-test-suite - e1ed8de38e98a774ce5c44ba0f46fa77f79c9774 authored about 1 year ago
[ESI] Lower manifest op to a ROM (#6585)

Since ESI hardware embeds the manifest, lower the zlib-compressed version of it to a module to b...

github.com/llvm/circt - 9af79e2f668ead95a2bd44cb3a46ba1fb843d682 authored about 1 year ago
[ESI] Introduce MMIO std service (#6584)

Currently, can only request a single 32-bit register. In the future,
we'll add the ability to r...

github.com/llvm/circt - c2d9d36aec1929a6c57c0c83861880fcf0652d59 authored about 1 year ago
Revert "[Builds] Revert back to small runners (#6586)"

This reverts commit 34489a17f06df6af09219fd5527c16fbcba556d6.

github.com/llvm/circt - f2428b995f5723d298d26f8d447469c4f3b05509 authored about 1 year ago
[Builds] Revert back to small runners (#6586)

Self-hosted runners were disabled in our repo, so none of our builds are
being picked up. Going...

github.com/llvm/circt - 34489a17f06df6af09219fd5527c16fbcba556d6 authored about 1 year ago
[ESI] Cosim MMIO: detect too many read/write responses

If the simulation attempts to send more responses than there are
outstanding requests, log an er...

github.com/llvm/circt - 769c6b0609d77a565161e0cc796ea73e2d37fef7 authored about 1 year ago
[PyCDE] New ignore for dev-convient soft link

github.com/llvm/circt - 985858c7b376f632b33a1936318b9e326361a596 authored about 1 year ago
[NFC] LLVM bump

github.com/llvm/circt - 7cd2e31494cee6701ff6ccbca4e1481207e21c93 authored about 1 year ago
[ESI] Fix integration tests (missing file)

github.com/llvm/circt - b32297eec0ab43123f44af0bfe524d0297abd403 authored about 1 year ago
[NFC][Seq] Do not update temporary ops with names

github.com/llvm/circt - 0fd109f6e13c2f94f5825d3f99e6fbea5c650cd8 authored about 1 year ago
[NFC][Seq] Use the rewriter in the clock gate lowering

github.com/llvm/circt - 3d8d8982a26dcf5f9e79e0d2b8ea055611f6aadb authored about 1 year ago
[ONNX][MLIR] add Identity op support (#2754)

github.com/llvm/torch-mlir - eed144bfbc4cf9eafebba1949aa81f615a865eea authored about 1 year ago
move "Remove UB from tests" project to gsoc24 as it wasn't picked last year

github.com/llvm/llvm-www - 2a7125cad848f3714e6a288e0583c9dbb39aebec authored about 1 year ago
Decompose AtenNormalFunctionalOp into AtenRandn* and other arithmetic. (#2737)

github.com/llvm/torch-mlir - a8538e1e3fb98c5d2c6170dd0e5d549d1d6b2632 authored about 1 year ago
[Torch Dialect] support aten.isneginf, aten.isposinf, aten.nan_to_num (#2743)

github.com/llvm/torch-mlir - f85e5c932bb6462d66d290ac11860e916f77243a authored about 1 year ago
[BOLT] Enable CCache option

github.com/llvm/llvm-zorg - 79873e13d2d10463635d84476afb9bfed9c45cfc authored about 1 year ago
Remove BOLT_CLANG_EXE from premerge builder (#100)

github.com/llvm/llvm-zorg - 1a621b52eb35a7450b6b548d3ba2e3cec68f75da authored about 1 year ago
Stub for GSoC 2024

github.com/llvm/llvm-www - 5f2d1535a95b69231a16bc6a4a91df7cb3ad7159 authored about 1 year ago
[ESI][Runtime] Add a utility wrap a command with a cosim (#6579)

The 'esi-cosim' script starts a simulation, waits for it to start, then
executes the 'inner' co...

github.com/llvm/circt - 7c59a2ef4324576db7d2b8ff6d24823f7562776f authored about 1 year ago
Add poster and student talk slides.

github.com/llvm/llvm-www - c50804dfb7711d73a049f565bc41a15683f36759 authored about 1 year ago