-
### 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…
-
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!
-
This enables -march=znver1 (MZEN), -march=znver2 (MZEN2), -march=znver3 (MZEN3) or -march=znver4 (MZEN4) to be set for the kernel's make process, which will optimize the kernel's binary for the target…
-
128-bit SIMD.js leverages a broad convergence across architectures. SSE through SSE4.2, NEON, Altivec, MSA, all largely lined up at 128-bit SIMD registers, mostly IEEE-754, a lot of commonality in the…
-
The spec text talks about SIMD _objects_ and SIMD _values_, where a SIMD object is an object with an internal `[[SIMDData]]` slot holding a SIMD value. The [section about the SIMD constructor prototyp…
-
This got recently stabilized for scalar floats, would be good to have it for vectors as well. :)
-
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 …
-
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…
-
### Bug description
This bug is a blocker for PR #3701
It is a compiler bug where compiler can't identify that `assert_true(any(Set(-1)))` should pick `fn any[T: BoolableKeyElement](set: Set[T]) …
mzaks updated
10 hours ago
-
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…