-
When tracing through a (function) that calls a Lux model, a variety of warnings are thrown about using fallback `matmul` functions because of eltypes that don't reduce to (I guess) common BLAS routine…
-
Although JACC.BLAS works well when using a Julia terminal, but it fails when running the AMDGPU JACC.BLAS test (see output below).
More work is needed. The JACC.BLAS module is now part of JACC, but t…
-
This is an issue to track full blas support. We will update the issue when new stuff gets added. I list the single precision blas call here, Kokkos Kernels is scalar type agnostic.
# BLAS 1
| BL…
-
I recently stumbled across a BLAS compatiblity issue. Although this issue may only occur seldomly (depending on your system's and `numpy`'s BLAS version), I wanted to report/discuss it nevertheless.
…
sumny updated
2 years ago
-
This should follow the same process as outlined in https://github.com/stdlib-js/stdlib/issues/788 but for `@stdlib/blas/ext/base/*`.
Packages needing updating:
- [x] `@stdlib/blas/ext/base/dapx`
- […
-
Note that ESSL is an incomplete implementation of LAPACK, so you may need to back it with the reference one or openblas. While we're not supposed to be concerned with CPU compute, and I'd rather advo…
-
```
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_Fortran: -fopenmp (found version "4.5")
-- OpenBLAS-Serial: Candidate: /opt/local/lib/libopenblas.dylib
-- OpenBLAS-Serial:…
-
When trying to compile with Intel MKL there is a cmake error.
Pop_OS 22.04
OneMLK 2024.2
The output:
/whisper.cpp_testing/build$ cmake -DWHISPER_MKL=ON ..
-- OpenMP found
-- Warning: ccac…
-
It happens to me once per year and every time I have to dig into it and find the very same problem:
"When I use pamtra in passive simulations and parallel mode the performances are quite horrible".
…
-
* [ ] Identifiers starting with two consecutive underscores are reserved in C++ (meaning user-defined program are not allowed to use them)
e.g.
```
batched/dense/impl/KokkosBatched_Axpy_Impl…