-
I'm not sure if I understood the [docs](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2024-1/threading-control.html) correctly, but I assumed that `BLAS.set_num_threads(n)`…
-
Both NumPy and MXNet are dependent on BLAS. When they are linked to different BLAS libraries there will be a name clashing issue. Effectively, only functions from NumPy's BLAS will be used by both Num…
-
Hello.
In order to develop a topological optimisation code, I decided to use Fenics, dolphin adjoint and cyipopt. Unfortunately when I try the tutorial I get:
line 73, in
nlp = cyipopt.Prob…
-
```julia
julia> include("src/dpop1sos.jl")
Precompiling SumOfSquares
Info Given SumOfSquares was explicitly requested, output will be shown live
Error: no BLAS/LAPACK library loaded!
Err…
-
## Features in This Release
### BLAS
### LAPACK
### RNG
### DFT
### Sparse BLAS
### Documentation update
## Known Issues and Limitations
-
The cutoffs for small matrices are not necessarily accurate, depending on the machine, especially when BLAS is using threads.
-
Please add support for discovering BLAS and LAPACK libraries through cmake mechanisms.
We use Flexiblas and this is supported through `-DBLA_VENDOR` (https://cmake.org/cmake/help/latest/module/Find…
-
Now that we've made BLAS support optional on several `linfa` crates, we should compare the performance of those crates with and without BLAS. Doing this requires those crates to have a complete set of…
-
fn new(ordinal: usize) -> Result {
let device = cudarc::driver::CudaDevice::new(ordinal).w()?;
let blas = cudarc::cublas::CudaBlas::new(device.clone()).w()?;
let curand = cu…
-
Add something about blas/atlas/mkl in numpy session