-
**Submitting author:** @prdm0 (Pedro Rafael Marinho)
**Repository:** https://github.com/prdm0/ropenblas
**Version:** v0.2.8
**Editor:** @timtroendle
**Reviewers:** @pratikvn, @sahilseth
**Managing Ei…
-
## 🐛 Bug
On master,
```
import torch
import torch.nn.functional as F
x = torch.randn(3, 3)
y = torch.randn(9)
F.logsigmoid(x, out=y) # crashes
```
The crash does not occur on CUDA on mast…
-
The triangulate procedure generates different results compared to IDL and thus causes trigrid to produce arrays full of NAN instead of interpolated values.
If we use the triangulate results from IDL …
-
Background: I am looking at gridtest as a reviewer for JOSS (see [here](https://github.com/openjournals/joss-reviews/issues/2284)). A question I have been asking myself in this context is: what is the…
-
In Fedora, we set `NUM_THREADS=128` for the openmp and threaded versions (see [spec file](https://src.fedoraproject.org/rpms/openblas/blob/master/f/openblas.spec) for reference; cc @susilehtola). Rece…
-
# Summary
Requesting approval to add an option for dropping the trailing `.0` in **round** floats/decimals, when formatting tuples to JSON. Example: `77.0` vs `77`.
# Details
## Background
…
-
Error occurs on Cuda accelerator, CPU is working perfectly fine.
Below calculations were exact on version 3. After upgrade to current version of ILGPU they are no longer correct.
### **Example 1*…
-
**Submitting author:** @hemanthpruthvi (Hemanth Pruthvi)
**Repository:** https://github.com/hemanthpruthvi/PyAstroPol
**Version:** v0.1.0
**Editor:** @pibion
**Reviewer:** @aquilesC, @caldarolamartin,…
-
Mathematics is nothing more than models , abstractions of the world. Mathematics do not have impure functions or side effects.
More importantly , we do not really care about who performs the comput…
-
Few applications just sit there and print out lines to stdout.
Perhaps if I wanted a language to write a logger, this would be a useful comparison, but most of my code in a C++17, golang, java proj…