-
In my small sparse array package https://github.com/tkf/SparseXX.jl, I want to use indexing-based SIMD interface with different "non-standard" arrays like the ones from MappedArrays.jl and FillArrays.…
-
**Matrix**
- [x] Implementierung
- [x] Unit Tests
- [ ] Dokumentation
**Matrix (Multi-Threaded)**
- [x] Implementierung
- [x] Unit Tests
- [ ] Dokumentation
**Matrix (Multi-Threaded, Block…
-
Chrome 91+ (including our current version of Electron) and Firefox 89+ support WASM SIMD; enabling it would provide up to a 4x speedup for any numeric computations that autovectorize well. However, it…
kazcw updated
9 months ago
-
When using code generator with arguments `l=1` and `d=1` `simint_ostei_worksize(1,1)` returns `59840`,
while using code generator with arguments `l=2` and `d=1` `simint_ostei_worksize(1,1)` returns `…
-
I tried this code:
```rust
#![feature(portable_simd)]
use std::simd::{num::SimdFloat, Simd};
#[inline(never)]
pub fn px(xx: [Simd; 8], ax: &[Simd], bx: &[Simd], cx: &[Simd]) {
for a in a…
-
I'd love to merge the GVN branch from @ajvondrak, but I'm having a few test failures (focusing only on `resource:core` and `resource:basis` at the moment):
```
$ [gvn*] rlwrap ./factor
IN: scratchpad…
-
Right now the [`ImageBuffer`](https://docs.rs/image/0.25.2/image/struct.ImageBuffer.html) type has a `rows()` function to iterate over the rows of the image, but ~~[`GenericImageView`](https://docs.rs…
-
Arm (aarch64) cpus are becoming more popular/powerful (e.g. AWS Graviton instances) ... does Tantivy also specialize SIMD for Arm CPUs?
-
```
libs/QPhiX/include/qphix/blas_new_c.h(893): warning #15552: loop was not vectorized with "simd"
libs/QPhiX/include/qphix/blas_new_c.h(893): warning #15552: loop was not vectorized with "simd"
l…
-
For the record, the game runs okay but it's not very playable due to it stuttering a lot.
There _are_ some spots in the level where it's full-speed, but that's it.
Disabling Neon SIMD or using Per …