-
## Background
After doing a little bit of research on previous issues mentioning adding SIMD to Go, I found the following proposals:
#58610: This proposal relies on the `ispmd` keyword which doe…
-
### Describe the bug
I frequently build DT from the github master branch.
Since a couple of days (2 weeks?) building fails, due to linker errors:
`
libdarktable.so: undefined reference to `_ZGVbN4…
-
## Statement
I found a C++ code pattern missed optimization after #84628 that is widely used in [Verilator](https://github.com/verilator/verilator.git) generated C++ codes which consume [CIRCT](htt…
-
While working on #47 I noticed what looks like performance regressions in the `cargo bench`, in particular functions like `map_simd` and `map_scalar`, but quite a few others.
```
test tests::map_s…
-
Vectorization is still an open issue (Does it belong in Alpaka at all? How do we enforce it?).
I want to use this issue to create a list of libraries that might help.
Please extend to your own likin…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
We should be able to compile.
The benefit of this is that we can speed up complex / nested…
-
The idea is intuitive, though I'm not sure it was ever sounded in context of CLR JIT - why not use X/Y/ZMM registers for "hot" local variables to avoid stack memory accesses, just like common GP regis…
-
Instead of expecting the user to set \`SIMD\_CP\`U for GPU builds it may be possible to check of AMReX itself was built with GPU support (via `AMREX_USE_GPU` which is defined in `AMReX/include/AMReX_C…
-
- SIMD wrapper library
- [Vc - Overview - Code@Compeng](http://code.compeng.uni-frankfurt.de/projects/vc)
- [Project Ne10: An Open Optimized Software Library Project for the ARM Architecture @ Git…
-
### Description
Lucene has an efficient (storage and CPU) compressor for monotonic long values, that simply makes "best fit" (ish?) linear model to the N monotonic values, and then encodes the precis…