-
Test on commit: https://github.com/llvm/llvm-project/commit/6548b6354d1d990e1c98736f5e7c3de876bedc8e
steps to reproduce:
```
mlir-opt test.mlir --gpu-module-to-binary="format=%gpu_compilation_forma…
-
When a zero AMX tile has multiple uses, it's copied using a `tileload` + `tilestore` pair instead of another `tilezero` instruction. Example:
```
; ModuleID = 'LLVMDialectModule'
source_filename = …
-
javacpp-presets openpose can't be built with windows_x86_64 and no GPU support in linux_x86_64.
tried to compile linux64-gpu, but got error:
![image](https://user-images.githubusercontent.com/187…
-
Thanks to @raffenet @hzhou for figuring it out. Creating the reproducer that was created by @raffenet Needs an Aurora label. Adding info from internal slack:
```
I think we may have a recursive an…
-
Currently Shiva supports x86_64 for loading ELF micro-programs (See https://github.com/elfmaster/shiva) but does not support x86_64 microcode patching.
Support for x86_64 microcode patching will be…
-
### Describe your issue.
How is it that the constraint `x[0]+x[2]-1=0` is not respected in the returned 4-uple?
### Reproducing Code Example
```python
from scipy import optimize
from math import l…
-
After I change to full-screen, and i click on "file", nothing happens. It works in debug-mode and in normal mode without full-screen. This issue happens only with the Linux-Version. In the Windows-Ver…
-
install unicorn 2.1.1 with command `pip3 install -i https://pypi.python.org/simple unicorn==2.1.1` and error occurs:
```
Looking in indexes: https://pypi.python.org/simple
Collecting unicorn==2.1…
-
rust_projects\test_crate\target\debug\build\openssl-sys-40ca9080d7103201\build-script-main` (exit code: 101)
--- stdout
cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_S…
-
We observe consistent intermittent errors when using native `fetch` in an _AWS Lambda `x86_64` `nodejs20.x`_. We were
unable to find the particular place in `undici` code that is the culprit of this …