-
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…
-
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 `…
-
Clang-19 crashed with `#pragma omp simd linear`.
Compiler explorer(assertion trunck): https://godbolt.org/z/e9arYevWx
```
$cat mutant.C
void a (int &x, int &y)
{
#pragma omp simd linear (u…
-
Arm (aarch64) cpus are becoming more popular/powerful (e.g. AWS Graviton instances) ... does Tantivy also specialize SIMD for Arm CPUs?
-
Hi, I'm experimenting with different scoring matrices. I'm finding that while I often get the desired results on the example I'm looking at, when I try running a non-trivial amount of data I invariab…
-
In faiss some features like IVFPQFastScan rely on at least AVX2 level simd, and we could turn on the flag at the compilation, but we can not decide it dynamicly, that is if we turn on the opt flag on …
-
```
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…
-
This is to throw some ideas after the immenent release.
1. add -ffast-math compiler option
2. try SIMD-STL.
- It appears that we can enable SIMD (especially AVX/SSE) for many STL (std::*) fu…
-
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…
-
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…