-
```
running install_lib
running build_ext
Using PYCLIF: /home/ybZhang/pykaldienv/bin/pyclif
Using CLIF_MATCHER: /home/ybZhang/pykaldienv/clang/bin/clif-matcher
-- Running gen_cmake_skeleton.py
C…
-
The types of the functions (i.e. `cblas_sdot_unsafe`) are Float and Double, when they are _really_ CFloat and CDouble.
Also `cblas_isamax_unsafe` / `cblas_idamax_unsafe` is returning a `CInt`, when r…
mxswd updated
10 years ago
-
Here's a [complete low-level Blas FFI](https://github.com/Rufflewind/blas-hs) that contains everything defined in the official Blas standard. It's a 1-to-1 map to the C interface, using `Ptr`, `IO`, …
-
Expokit and also the eps_maps_c module need BLAS. Get known working library paths and names from numpy/scipy configuration to avoid user config requirements.
-
I'm curious if some hand-tuned BLAS implementations would run faster for us on some hardware (OpenBLAS has arch and generation specific code, I think). I also did some simple testing, and we have our…
-
We should enable this for all of Drake if we can confirm with the Eigen developers that it is ABI compatible (will not cause ODR violations).
This was initially PR'd in #16683 with a local change…
-
Hi, after I run python CGVAE.py --dataset qm9, the program failed, the error is
```
InternalError (see above for traceback): Blas xGEMMBatched launch failed : a.shape=[64,10,10], b.shape=[64,10,100…
-
@ChrisRackauckas found out that using CuArrays fails at points like https://github.com/JuliaMath/IterativeSolvers.jl/blob/17ef2613dff1d80724886797160ee01bd1bd2c71/src/simple.jl#L38
where the call t…
-
Using 64-bit BLAS allows removing the fallback for arrays with dimensions larger than the 32-bit supported by regular openblas.
64-bit refers to the index / stride / dimension size used.
bluss updated
4 years ago
-
According to the benchmark results from [this comment](https://github.com/rust-ml/linfa/issues/228#issuecomment-1312491685), `linfa-linear` is faster with BLAS than without. The OLS algorithm isn't to…