-
`knnimpute` is slow on OSX because of missing ATLAS/BLAS. Confirm with:
```python
import numpy.distutils.system_info as sysinfo
sysinfo.get_info('atlas')
np.__config__.show()
```
```
-> imp…
-
## **Description of the problem**
As of October 7th 2024, Python 3.13 was released.
However, `pyshtools` cannot be installed when using this `3.13`. I have checked my system and on `3.12` it insta…
-
I am a newbie that try to install Marian. My machine is an AMD 5900X and running Ubuntu 20.04. I have tried different CUDA (10-12) and gcc (9-12) combinations. But it always stopped at the same plac…
-
(cc @jedbrown / @certik / @poulson ) This discussion is going to be relevant to the Julia package as well since they rely on a high performance BLAS as well.
This issue is related to https://github.c…
-
1. Fix SVD implementation (both for column-arrays and row-arrays, transposed)
2. Check and maybe fix if needed the BLAS routines
3. Use asm.js in the implementation of BLAS and SVD
4. Use ams.js in…
-
Hi,
I'm not sure if there's an immediate solution possible, but it seems like opt_einsum first considers broadcasting, then optimizes the contraction path. This leads to sub-optimal results:
```
im…
pimdh updated
2 months ago
-
### System details
RStudio Edition : Desktop
RStudio Version : 1.2.1335
OS Version : Debian R
R Version : 3.6.1
### Steps to reproduce the problem
I have t…
bart1 updated
2 weeks ago
-
We found the following iteresting case.
```r
library("timechange")
tz
-
How can I save this problem? I use 3080ti /tensorflow 1.15 / python 3.7.10 / cuda 10.1
2022-12-27 15:27:14.672772: E tensorflow/stream_executor/cuda/cuda_blas.cc:428] failed to run cuBLAS routine:…
-
Motivated by #741:
Our SpMV formats and BLAS operations have different properties in terms of bitwise equivalence (determinism) and precision in general. It would make sense to document them more p…