-
I've been working with SimpleFFT for a while now in a project, and noticed some details I've modified in our local version.
Most importantly, the use of "#pragma omp parallel for" involves some ove…
-
Using a state vector containing the information of 4 seeds, we could provide a new API where we get 4 random numbers at a time (using SIMD instructions for example).
The state vector would have to …
-
We should add a heterogeneous implementation of [`std::simd`](https://en.cppreference.com/w/cpp/experimental/simd/simd) to libcu++.
High-level goals:
- Works in host/device code
- Replace the ne…
-
`reduce` misses the opportunity to re-associate operations when given `NTuple` arguments. This has performance impacts on notable functions such as `sum(::NTuple)`. One can use `@fastmath` to permit r…
-
chrome had support webassembly simd from v91, does the ffmpeg.wasm compiled support simd?
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [3471de7ffda7105f395a25a57094097a7cc0dc88](https://github.com/dotnet/runtime/commit/…
-
Hi there,
Thanks a lot for your work on `std-simd`, it's looking very well so far!
I was attempting my first code at using your library. I have previously used Vc, as well as other vectorization…
-
Any chance to get support for blksize 24?
Like the windows fork has: https://github.com/pinterf/mvtools/blob/mvtools-pfmod/Sources/MVAnalyse.cpp#L161
-
## 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…
-
## 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…