-
Arm (aarch64) cpus are becoming more popular/powerful (e.g. AWS Graviton instances) ... does Tantivy also specialize SIMD for Arm CPUs?
-
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…
-
```
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 …
-
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…
-
[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
-
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…
-
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…