-
### Describe the bug
We tried running IsaacLab on the L40 and L4 machines using the benchmark script in a Singularity container running Ubuntu 22.04 LTS. We access the Host via a Remote Desktop i.e…
-
```
llvm: update to 19.1.3
```
https://github.com/msys2/MINGW-packages/commit/dcf5446cdac530e6432498bafe75799e92dfc352
-
When compiling [half](https://crates.io/crates/half) I noticed two warnings for a missing x86 llvm intrinsic vcvtph2ps:
```
warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.128; replacing w…
-
Currently Wasker depends on LLVM 15. Let's update to the latest version.
-
While working at this, I noticed that LLVM IR dialect GlobalOp does not yet support `alias`, so we cannot yet lower this information down. Let me file another issue for that.
For now, I'm going to …
-
This is very similar to #107791.
```llvm
define half @freeze_half_poison(half %maybe.poison) {
%y1 = freeze half %maybe.poison
%t1 = fadd half %y1, %y1
ret half %t1
}
```
```console
…
-
**Describe the bug**
Meson's CMake LLVM strategy ends up finding the newest version rather than the intended version if it is older than any version found by default. This is because of the `LLVM_MES…
-
Update llvm-sys dependency to support llvm 15+
With llvm 15 and newer build fails bc of undefined symbols `LLVMBuildCall` and `LLVMBuildLoad` in llvm-sys crate. Please change link for this crate or f…
-
I tried this code:
```rust
Compiling rustc_driver v0.0.0 (/root/rust-nightly/BUILD/rustc-nightly-src/compiler/rustc_driver)
error: linking with `cc` failed: exit status: 1
|
= note: LC_ALL="C…
-
See `clang/test/CIR/Lowering/store-memcpy.cpp`.
Brief search in `mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td` indicates there isn't a way to get it via the default operation, but I see `ml…