-
| | |
| --- | --- |
| Bugzilla Link | [46325](https://llvm.org/bz46325) |
| Version | trunk |
| OS | Windows NT |
## Extended Description
Compiling the following piece of code to an object file 'w…
-
I am trying to use [c2goasm](https://github.com/minio/c2goasm) to generate a pure go version of lzfse, however, it doesn't support `calls` so I was wondering how to I generate only inlined assembly of…
-
### 🚀 The feature, motivation and pitch
MI50 is like 2080ti ,but so much cheaper(1/4), and with 16GB memory.
But when I tried to compile it in MI50 machine, I got this:
[ 83%] Building HIP obj…
-
| | |
| --- | --- |
| Bugzilla Link | [40967](https://llvm.org/bz40967) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@echristo,@efriedma-quic,@R…
-
| | |
| --- | --- |
| Bugzilla Link | [44386](https://llvm.org/bz44386) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@topperc,@dwblaikie,@zygoloid |
## Extended Description
Clan…
-
Hi,
I created a small Rust example:
```
use gemm_f16::f16;
fn main() {
println!("Hello, fp16!");
let a = f16::from_f32(3.1f32);
let b = f16::from_f32(2.2f32);
let…
-
| | |
| --- | --- |
| Bugzilla Link | [48797](https://llvm.org/bz48797) |
| Version | 11.0 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/92601251/143761…
-
Inline assembly supports an unstable feature called asm_const with tracking issue #93332 that lets you pass constants to inline assembly. However, it only supports integer types. This issue is a featu…
-
So I've been working with optimizing the functions used in MicroCore. One of the goals was to redo the pulseIn function, as it relies on micros to work. I think I've created a good replacement for the…
-
This may happen if the inline assemblies contain the same text but one of them is marked as `sideeffect` (due to using `asm volatile` when calling it). DiffKemp cannot detect this change since it only…