-
This got recently stabilized for scalar floats, would be good to have it for vectors as well. :)
-
It would be interesting to see if a javascript version of this library could be created using SIMD.js.
https://developer.mozilla.org/nl/docs/Web/JavaScript/Reference/Global_Objects/SIMD
https://githu…
-
Reading the new [memory model document](https://github.com/dotnet/runtime/pull/75790), we can see:
> Memory accesses to *properly aligned* data of primitive types are always atomic. The value that …
-
### Describe the issue
I want to run a simple CNN using `onnxruntime-web` with WebGPU (or WebGL) to get some runtime acceleration and I cannot do this due to the following error:
```
ERROR Error: u…
-
hey,
I have spent a few minutes trying unsuccessfully to write a simd version of code that uses ndarray's [`zip_mut_with`](https://docs.rs/ndarray/0.10.14/ndarray/struct.ArrayBase.html#method.zip_m…
-
We have pretty much reached peak current-gen SIMD-ifying of all the blitting in pygame-ce now.
The next obvious place to take these efforts is the transform submodule as that also tends to do pixe…
-
I put out a new crate called `png_filters` which is just the byte reconstruction ops but done in SIMD when it gives a performance boost.
Just thought you might find it useful to know about!
-
### What happened?
I had to set RUSTFLAGS="-C target-feature=+avx2,+fma" to perform the build. But the building still failed:
```
= note: Undefined symbols for architecture x86_64:
"…
-
**What tutorial are you working in?**
[Paste the URL of the Cosmos SDK tutorial.](https://github.com/cosmos/developer-portal/blob/main/tutorials/3-run-node/index.md)
**Describe the bug**
it rep…
-
I installed libmaus2 in my home directory
~/include/libmaus2
~/lib$ ls libmaus*
libmaus2.a libmaus2.la libmaus2_simd_align_128.so.2 libmaus2_simd_align_256.so.2…