-
I made [a recipe](https://github.com/procxx/conan-boost-ex-simd) for fork of the removed Boost.SIMD library (I archived it too [here](https://github.com/procxx/boost.simd)) (not planned for conan-cent…
-
PR #3101 added alignment in page layout and chunk layout, but PR #3099 still need to do a copy of the raw data read from disk to start decoding, [see the code here](https://github.com/lancedb/lance/bl…
-
Not an issue per-se, but a fix I found for older hardware. Loaded up the latest Nightly (10-28-2024) on a Pi Zero W (2017) with the Raspberry Pi Imager and eventually got a pop-error mentioned in the …
-
See https://godbolt.org/z/jKczKPMMe.
The code is the following:
```rust
use std::arch::x86_64::*;
#[no_mangle]
pub unsafe fn custom_shuffle(x: __m128i) -> __m128i {
let mut tmp1 = _mm_…
-
Currently NanoRT does not utilize SIMD/AVX.
Also no quantized BVH support.
It'd be better to start to consider optimization and quantization.
Fortunately, recent CPU architecture(AlderLake, Z…
-
- [ ] Complex control flow is generated in nested-loop with if/else (e.g., FFT), which leads to unmappable DFG. This is mainly because the reordered nodes make the back routing unable to close the cyc…
-
The SIMD cannot be disabled anymore. These are the 2 parts we need to fix:
- [x] do not put `-msimd128` to `emcc-default.rsp`, otherwise we compile with SIMD even when `WasmEnableSIMD` is `false`. …
-
Since we use many of our own types, we might be able to use vector and matrix types from System.Numerics instead of OpenTK types which may result in significant speedups with calculations.
We shoul…
-
Repo: https://codeberg.org/soundtouch/soundtouch
This library is used by Firefox to handle audio time-stretching for `` or `` elements. It is not bottle-necking video playback but some functions fr…
xen0n updated
7 months ago
-
We should document the various env vars (`{}ARROW_SIMD_LEVEL{`}, `{}ARROW_RUNTIME_SIMD_LEVEL{`}, `{}ARROW_USER_SIMD_LEVEL{`}, others?).
We should also document what the defaults are (and what that …