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
github.com/llvm/circt - dd0f4905aa8a821bb0475748b5da5998c561ab3f authored 10 months ago by Asuna <[email protected]>
github.com/llvm/circt - d010dd442397487a962d0873117a40ac754483e6 authored 10 months ago by Asuna <[email protected]>
github.com/llvm/circt - 74ecb32ec97d169e43355e2da41875b46fbfa431 authored 10 months ago by Nandor Licker <[email protected]>
Lowers `torch.grid_sample` to the equilvalent `linalg` representation.
github.com/llvm/torch-mlir - 55dc8deb9221c9ec0fe2a991542f2f788c62a3e1 authored 10 months ago by Andreas Falkenberg <[email protected]>This change makes 3 updates to the SIE bot configuration.
1. Retire the llvm-new-debug-iterat...
github.com/llvm/llvm-zorg - 4600b1e94afe5022679c50bd2e24fe25329527c7 authored 10 months ago by dyung <[email protected]>Only check during parsing to stay compatibile with previous behavior.
Allow abstract reset on...
github.com/llvm/circt - 2d5b6d1b166210f04fedd52e3793c752f19b8ca0 authored 10 months ago by Will Dietz <[email protected]>Add support for wrapping Ibis classes with ESI in PyCDE. These wrappers are temporary until Ibis...
github.com/llvm/circt - 8c4fcf15cab6cea779560c4dfee516d77db5a275 authored 10 months ago by John Demme <[email protected]>* [AArch64][FMV] Enable tests for ACLE FMV on Linux.
Enabling Linux part of https://github.co...
github.com/llvm/llvm-test-suite - 376a3a3fb3d9dd1a70f1c8c11051f7c2e6324a6a authored 10 months ago by Pavel Iliin <[email protected]>
How to build libc for GPU is about to change significantly, which
requires an update to the way...
Exclude the `ImportVerilog` tests from the nightly valgrind runs, as
they uncover a "Conditional...
Set PyTorch and TorchVision version to nightly release 2024-02-20.
Signed-Off By: Vivek Khand...
github.com/llvm/torch-mlir - 5af249566b85a97e5c96c847877e4fc9fda57ec1 authored 10 months ago by Vivek Khandelwal <[email protected]>
There is no reason to treat `ConstantOfShape` as a specialized import
any as there exists a onn...
Strided slicing can occur with a negative stride. In these cases we need
to bound end different...
The GITHUB_TOKEN used to have lots of privileges, but this has now
been locked down, so we need ...
We have a centralized emitConnect helper that knows how to create the
right kind of connections...
Move the call to `registerFromVerilogTranslation()` from the
`InitAllTranslations.h` header, whe...
Add an `--import-verilog` translation target for `circt-translate`. This
facilitates writing si...
Fixes a crash when compiling a Chisel read only memory with a LoadMemoryFromFile annotation usin...
github.com/llvm/circt - 0cd17bdb58ff29b2c0d753167cde5d08bbb9286f authored 10 months ago by fzi-hielscher <[email protected]>Deal with a few more situations when outputting chisel interfaces.
github.com/llvm/circt - 5544820ba75dc9c4beb0be868fdb337323834f79 authored 10 months ago by Andrew Lenharth <[email protected]>github.com/llvm/llvm-www - dcbd8b52a7bf8b2b5011391c1474f41197132fba authored 10 months ago by Shilei Tian <[email protected]>
github.com/llvm/llvm-www - e1580b3d7386b2d93dddeb57561724ea9640371c authored 10 months ago by Joseph Huber <[email protected]>
github.com/llvm/circt - e8f4f3420a64e471622d98f6d4b60f228e92c170 authored 10 months ago by John Demme <[email protected]>
According to the [official TOSA
spec](https://www.mlplatform.org/tosa/tosa_spec.html#_cast), `t...
Cleanups which have been accumulating and are mostly unrelated to
a new feature.
This is a straightforward 1:1 conversion from FIRRTL IntegerShrOp to
OM IntegerShrOp, using the ...
This op shifts its lhs OMIntegerType operand right by the rhs
OMIntegerType operand to produce a...
This adds parser support for IntegerShrOp by defining the primitive
expression keyword. This is ...
This op multiplies two OMIntegerType operands to produce an
OMIntegerType result. This defines t...
This is a straightforward 1:1 conversion from FIRRTL IntegerMulOp to
OM IntegerMulOp, using the ...
This adds parser support for IntegerMulOp by defining the primitive
expression keyword. This is ...
This op shifts an FIntegerType lhs operand to the right by an
FIntegerType rhs operand. This def...
This op multiplies two FIntegerType operands to produce an
FIntegerType result. This defines the...
github.com/llvm/torch-mlir - 534b266f2d198d2b6b2ed62d5b31f82d0e3d9f3c authored 10 months ago by Aart Bik <[email protected]>
This adds support for the Evaluator to evaluate integer binary
arithmetic. This is defined in t...
Crashing tests no longer crash, enable as either passing or xfail tests.
Co-authored-by: Xida...
github.com/llvm/torch-mlir - 13113df33e53a1d0dd7a1f2313ec101df142a152 authored 10 months ago by Rob Suderman <[email protected]>
Some operands are optional so we require a placeholder for missing
operands. We invent an `onnx...
This is a straightforward 1:1 conversion from FIRRTL IntegerAddOp to
OM IntegerAddOp, using the...
This enables better re-use in downstreams which use different func
implementations and should h...
github.com/llvm/circt - 858b8fbc8390fe363cfdb6755de02523eceb8a37 authored 10 months ago by John Demme <[email protected]>
As of Python 3.12 there's now a syntax warning for invalid escape sequences:
./utils/compare.py...
* [Fortran/gfortran][NFC] Update erroring FFLAGS list
Add more flags that are used in the gfo...
github.com/llvm/llvm-test-suite - b2c5007b8f39ae16f06b05c59f48cdb94352c49f authored 10 months ago by Tarun Prabhu <[email protected]>github.com/llvm/llvm-www - 112ee5354077aa799ad551209855ca525b69fdf3 authored 10 months ago by Nikita Popov <[email protected]>
github.com/llvm/llvm-www - 93df4baa50f5b0e9fc2055eaab9019902a7aafb3 authored 10 months ago by Stefan Gränitz <[email protected]>
There is just one, FastCheckFilter in the ClangTidy section.
github.com/llvm/clangd-www - 2b5b4f5246b09e5d3ce6943ef03d6a70dae1b7b7 authored 10 months ago by Nathan Ridge <[email protected]>
Fix a bug in the LowerLayers pass where operations with inner symbols
inside layerblocks would n...
Useful for `slice` lowerings that depend on tensors made form scalars.
github.com/llvm/torch-mlir - 135c81a4165f9e4c9070d72c485efece887d64f8 authored 10 months ago by Rob Suderman <[email protected]>
Simple folder for limited size aten tensor operations. This is primarily
useful for shape compu...
Onnx slice lowering used arange needlessly instead of directly
constructing the constant dimens...
For some reason we did not directly use the step size dynamically
despite its constructed using...
https://github.com/nod-ai/SHARK-Turbine/issues/327
github.com/llvm/torch-mlir - d29157b33fb66a6ef37971452cc6f8399bfbf374 authored 10 months ago by aldesilv <[email protected]>github.com/llvm/circt - 79c90ac3726e160473a6d5e7c0085920ce142f2d authored 10 months ago by Nandor Licker <[email protected]>
github.com/llvm/mlir-www - 3beedbbb2dfee495309c2a828588153177cd8ac3 authored 10 months ago by Mehdi Amini <[email protected]>
github.com/llvm/mlir-www - a37bce710a07bfea8731118bb9891f3cf590096d authored 10 months ago by Mehdi Amini <[email protected]>
Change files generated by the LowerLayers pass to use a "layers_" prefix
and not a "groups_" pre...
Remove a duplicate setting of the location when parsing enum expressions.
Signed-off-by: Schuyl...
github.com/llvm/circt - 902ad4e1ba0a1b9cbb926d05459aaa5f5be13491 authored 10 months ago by Schuyler Eldridge <[email protected]>
Change the 'parseEnumExpr' to create a const zero-width zero and not a
non-const one. This alig...
Fix a bug in zero-width enum parsing that arose because the location was
not set. This would ca...
github.com/llvm/llvm-foundation-www - f91354f49bedbfa52895e5a485f50587db43a48c authored 10 months ago by tlattner <[email protected]>
github.com/llvm/llvm-foundation-www - 2a24b897c342010151d67057b4a41f3b321efe9d authored 10 months ago by tlattner <[email protected]>
github.com/llvm/circt - 0ac35f1572bc2eca61b7fe077eaeabc4b45824e7 authored 10 months ago by Nandor Licker <[email protected]>
MLIR fails to separate enums by dialect, thus including a `.td` file which defines in another re...
github.com/llvm/circt - fce6bf753a32f738e4488a18d4ac0af197b11686 authored 10 months ago by Nandor Licker <[email protected]>github.com/llvm/circt - cf5c4c9f52581e0ce4a0498f53991a451afbf334 authored 10 months ago by Nandor Licker <[email protected]>
github.com/llvm/llvm-foundation-www - 9be5be9b216056f1519e0a76aa44e4d1e8b811f3 authored 10 months ago by tlattner <[email protected]>
Even though the reference compiler is not about performance, inlining
the generated sparse help...
github.com/llvm/mlir-www - 0719c76ac1eea01c000484e05501efa94e1c4fb4 authored 10 months ago by William Moses <[email protected]>
github.com/llvm/llvm-www - 6bfa4dd9a4d6ad2ad5656bce3719a7c01fb137cd authored 10 months ago by Tue Ly <[email protected]>
github.com/llvm/llvm-www - c50e9dbc9c518186cb4cdda890588390e4083819 authored 10 months ago by Tue Ly <[email protected]>
github.com/llvm/llvm-www - faa977f17b7edbefb991072e77951f00a5818da3 authored 10 months ago by Tue Ly <[email protected]>
github.com/llvm/llvm-www - 5268759e32072b170a3b9cc9bb302e9404741638 authored 10 months ago by Johannes Doerfert <[email protected]>
github.com/llvm/llvm-www - b29f00acd00ba0f73bf750525ace768e17313e97 authored 10 months ago by Johannes Doerfert <[email protected]>
Sample compilation crashes due to sigmoid with integer inputs/outputs.
This fix avoids crashing...
Onnx's gather maps directly to `torch.aten.index_select`. We should just
use that path.
We are crashing due to indexing into a negative shape. Updated the
lowering to avoid the crash.
grammar police
github.com/llvm/torch-mlir - c5d8c12469d7b7badd35369106c4b975f718536c authored 10 months ago by Aart Bik <[email protected]>github.com/llvm/llvm-zorg - 8da16cc3c2accb9bfbc1ca4b8ee47e7cf5c9d19c authored 10 months ago by Shubham Sandeep Rastogi <[email protected]>
As of https://github.com/pytorch/pytorch/pull/118969, `ExportedProgram`
has the long awaited fi...
github.com/llvm/circt - cef850f8586b2470efb795316c86a55941cf4ef3 authored 10 months ago by Fabian Schuiki <[email protected]>
Fix more hold-overs from when input and output were split.
See #6707
github.com/llvm/circt - 9e0c1696f3caef4059c65774ad6b8efee91d9d9e authored 10 months ago by Andrew Lenharth <[email protected]>github.com/llvm/circt - cef977a7e53656f380c66abcc61ba36a077110b9 authored 10 months ago by Andrew Lenharth <[email protected]>
Also mark modifyModulePorts as deprecated as it is input/output relative.
See #6706
github.com/llvm/circt - 06a7ae07e667cf937d993be7cda6984d4460bddc authored 10 months ago by Andrew Lenharth <[email protected]>github.com/llvm/llvm-www - fa7783c370193af30e0e28b1e48ee3e0526fb0a9 authored 10 months ago by Antonio Frighetto <[email protected]>
This PR aims to remove the duplicated LingoDB entry in the users list
and restore the alphabeti...
github.com/llvm/llvm-zorg - 9e87da3357d1b70e83a94e417748e4f935bcdec0 authored 10 months ago by Adrian Prantl <[email protected]>
This op adds two OMIntegerType operands to produce an OMIntegerType
result. This defines the ev...
When lowering object instantiations, we need to get the source from a
propassign to pass that V...
We don't need to copy APSInts for the arguments in this interface
method, and in fact clang-tidy...
Major change in FIRRTL 4.0.0.
---------
Co-authored-by: Schuyler Eldridge <schuyler.eldrid...
github.com/llvm/circt - 0340c4b26848aa47650c022272f521a3862c4760 authored 10 months ago by Jack Koenig <[email protected]>Fixes: #6694
github.com/llvm/circt - 3859a19ee1d477e0455ac205454ea1c34657a385 authored 10 months ago by Robert Young <[email protected]>ImportVerilog.cpp depends on header files which are generated during the build of the slang_slan...
github.com/llvm/circt - d68b978f303afca488efecc7aa4b3e3a8690193d authored 10 months ago by fzi-hielscher <[email protected]>github.com/llvm/circt - 3a3373ae038382c240c83ebbd25478a96781c1b4 authored 10 months ago by Andrew Lenharth <[email protected]>
github.com/llvm/mlir-www - fc72445fa09784fbb0ca9c156caa08d5dfd398a7 authored 10 months ago by Mehdi Amini <[email protected]>
We can route the torch tests via `onnx` using the `torch.onnx.export`
tooling. We can then reim...
github.com/llvm/torch-mlir - 49f63df0689a2c3351f051801bdd24833daa9a91 authored 10 months ago by Yuanqiang Liu <[email protected]>
github.com/llvm/torch-mlir - 5733c84443ed2ee3b0cbb75a9e425aa076c457a9 authored 10 months ago by Yuanqiang Liu <[email protected]>
github.com/llvm/torch-mlir - f3e8199a6d2871312619608b839ccd8037b12264 authored 10 months ago by Yuanqiang Liu <[email protected]>
This adds parser support for IntegerAddOp by defining the primitive
expression keyword. This is...
Specify fget in the port class itself to that users still have access to the port's properties t...
github.com/llvm/circt - d0e332bb8b7699a688de191ae64d1024c0b6b469 authored 10 months ago by John Demme <[email protected]>
As we start adding integer binary arithmetic expressions, this will
allow us to abstract over t...
This adds some basic rationale for why it is valuable to be able to
represent computation in th...
* [NFC][Fortran/gfortran] Add test to generate static test configuration
This adds the script...
github.com/llvm/llvm-test-suite - bc20e748a4aeaae6895b35b6dd21d16da50d4e7a authored 10 months ago by Tarun Prabhu <[email protected]>