-
Priority: Low
Difficulty: ?
I would like an arctangent function that is as efficient as possible with minimal loss in precision. It should mimic the API of std::atan2 and hence handle quadrants ap…
-
```
OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package
_________________________________________________________________________________________________
…
-
# Computing Adler32 Checksums at 41 GB/s
Using algebraic manipulation with loop unrolling to create a fast vectorized algorithm to compute adler32 checksums.
[https://wooo.sh/articles/adler32.html…
-
The following kernels are useful for machine learning. They will benefit from being implemented at a lower level so that we can take advantage of backend specific kernels to accelerate them. [cuDNN](h…
-
Current [benchmarks](https://github.com/rugheid/Swift-MathEagle/tree/master/MathEagleTests/Benchmarking%20Files) are not entirely representative of the performance, as simple vectorized computations a…
-
**Is your feature request related to a problem? Please describe.**
When I import .svg files I get ugly, pixelated and hardly readable results.
**Describe the solution you'd like**
I would like to…
-
Because macros would need to be expanded first to ensure they are properly escaped and vectorized (which isn't supported yet), we should add an example to the documentation about how to wrap macros in…
-
| | |
| --- | --- |
| Bugzilla Link | [24998](https://llvm.org/bz24998) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@hiraditya,@slacka,@rotateright …
-
### Describe the issue:
When a vectorized function acts on a masked array, its result is masked as well. However, when the dtype of the result is different from that of the input, `fill_value` cast…
-
### Is your feature request related to a problem or challenge?
When testing the TPCH q17 on my PC, based on #6800, it costs around 2.4s. Among them, it costs around 800ms for constructing the `RawTab…