-
| | |
| --- | --- |
| Bugzilla Link | [47020](https://llvm.org/bz47020) |
| Version | trunk |
| OS | Windows NT |
| CC | @fhahn,@LebedevRI,@preames,@rotateright |
## Extended Description
Pulled ou…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26454](https://bugs.llvm.org/show_bug.cgi?id=26454) |
| Status | NEW |
| Importance | P normal |
|…
-
Vc has this cool feature:
```cpp
for (int i : where(mask)) {
assert(mask[i]);
}
```
The idea is to iterate over the mask and do something at the indexes where the mask is set. This is very u…
-
### 🐛 Describe the bug
fp32 static shape default wrapper
suite
name
thread
batch_size_new
speed_up_new
inductor_new
eager_new
compi…
-
| | |
| --- | --- |
| Bugzilla Link | [26454](https://llvm.org/bz26454) |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [small benchmark](https://user-images.githubusercontent.com/60944…
-
On an AMD Zen2 CPU:
https://github.com/bwesterb/kyber-zig/blob/da1ab9f5a9c5fce24dba5e7e165c86f51727252a/src/main.zig#L1139
* `u64`:
```text
kyber512: 60885 encaps/s
k…
-
| | |
| --- | --- |
| Bugzilla Link | [45434](https://llvm.org/bz45434) |
| Version | unspecified |
| OS | Linux |
| CC | @davezarzycki,@dexonsmith,@fhahn,@smithp35,@kawashima-fj |
## Extended Desc…
-
Hi, I think it would be awesome if you could make available ARMv7+NEON builds, tuned for Cortex-A7; i.e. where libstd will be compiled with NEON auto-vectorization enabled. These builds would be very …
-
### 🐛 Describe the bug
new_perf_regression in 2024-02-11
| suite | name | batch_size_new | speed_up_new | inductor_new | eager_new | compilation_latency_new | batch_size_old | speed_up_old | induc…
-
**Is your feature request related to a problem? Please describe.**
IBM z architecture provides SIMD capabilities that can be utilized for zstd optimization similar to SSE and Neon SIMD optimizations …