-
```
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…
-
[EXL (EVA extended library)](https://eprint.iacr.org/2021/1505) supports general EXL vector sizes that are translated into CKKS ciphertext slots by the following:
* User specifies their arbitrary inp…
asraa updated
2 months ago
-
We have observed unexpected loss of vectorization effort by the compiler when compiling the code below. Target was amd64 machine with AVX2 instruction set supported.
```rust
type T = u32;
#[i…
-
I opened this issue to discuss if we can replace 3rdparty/zlib with [zlib-ng](https://github.com/zlib-ng/zlib-ng).
zlib-ng is `a replacement with optimizations for "next generation" systems.` It d…
-
I'm hitting these errors when running `bash ./build.sh`
Trying different revisions of LibAFL didn't help.
```
error[E0432]: unresolved import `core::simd::SimdOrd`
--> /home/florian/.cargo/g…
-
### Describe the doc issue
The cvtColor documentation:
https://docs.opencv.org/4.x/d8/d01/group__imgproc__color__conversions.html#gaf86c09fe702ed037c03c2bc603ceab14
states:
"src input image…
-
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…
-
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…
-
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 …
-
```
OpenJPEG already uses SIMD code (only SSE) when __SSE__ is defined.
This is the case for x64 code by default (not under Visual Studio though)
because x64 CPUs all have SSE/SSE2. This is also the …