-
FLINT's BLAS support should be documented clearly, e.g. on https://flintlib.org/doc/building.html
It would be good to mention the multithreading issue.
-
CGT downloads and installs OpenBLAS. But then when numpy gets imported, the functions from the linked BLAS (e.g. cblas_dgemm) overload some of the functions from OpenBLAS. I noticed this when I found …
-
Switch array-operations to (open)blas functions? Is it worth it?
-
I am running Lucid inside WSL2 Ubuntu 20.04, conda installed environment with python 3.7, tf-gpu 1.15, and the latest lucid. Still, I can't run any of the provided examples. Each returns the same issu…
-
And substitute those flags in `flint.pc` so that software wanting to statically link FLINT can know how to do so. This means that `configure.ac` should, if it finds `pkg-config`, test linking first w…
-
Doing:
```
ctest -R tmva -j 32
```
will result in an arbitrary result (sometimes pass sometime fail) for
```
gtest-tmva-pymva-TestRModelParserKeras
gtest-tmva-pymva-TestRModelParserPyTorch …
-
PyTorch and Caffe2 use the following libraries as preferred for BLAS/LAPACK capabilities:
- MKL - first preference in unified build system
- Eigen - 2nd preference in unified build system, but fir…
-
Would be nice to have some BLAS extensions like right now I would use `cblas_?gemm_batch` and `cblas_gemm_s16s16s32` from MKL.
See
https://software.intel.com/en-us/mkl-developer-reference-c-cbla…
-
I was curious to see what happens if I switch on link-time optimization by just adding `-flto` to the release build flags. First, I get linker errors as follows:
```
/tempest/a/accounts/bangerth/p/d…
-
### 🐛 Describe the bug
when I prepare a llama2 exe file as https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#step-4-run-on-your-computer-to-validate description, however…