-
I have the following MLIR program:
test.mlir:
```
#map2 = affine_map (((d1 - (d1 + 2)) floordiv 8) mod 8)>
module {
func.func nested @func1() -> f32 {
%idx1 = arith.constant 1 : index
…
-
I have the following MLIR program:
test.mlir:
```
module {
func.func nested @func1() -> f32 {
%idx0 = index.constant 0
%idx1 = index.constant 1
%true = arith.constant true
%f…
-
For the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg1: !torch.vtensor, %arg2: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si6…
-
It would be awesome if you add a `choco install llvm-utils` command too. That makes the installation a bit easier.
-
I have the following MLIR program:
test.mlir:
```
module {
func.func private @func1() -> f32 {
%idx0 = index.constant 0
%idx1 = index.constant 1
%c0_i64 = arith.constant 0 : i64
…
-
There is a buggy implementation here: https://github.com/CQCL/hugr-llvm/blob/95606e4285f68987360dfda3cf80657123929d6d/src/utils/inline_constant_functions.rs
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 032014e) snapshot for 20241116.
At certain intervals the CI system will update th…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ baf59be) snapshot for 20241117.
At certain intervals the CI system will update th…
-
LLVM's lit utility includes a builtin implementation of the `env` command in `llvm/utils/lit/lit/TestRunner.py`; see [here](https://github.com/llvm/llvm-project/blob/26a9f3f5906c62cff7f2245b98affa432b…
-
The sort method fails the "__check_strict_weak_ordering_sorted" check when adding an entry to the handler list during debug mode.
https://github.com/uNetworking/uWebSockets/blob/600e7fe0faf74fb5472…