-
The `mkl` package was pinned in #38281 to avoid unit test failures. It might be a dodgy `mkl` version, or there may be a bug in our code.
-
**Describe the bug**
I compile my code against the intel-mkl port. Compiling and linking works fine, but when running my unit tests I get the error:
INTEL MKL ERROR: The specified module could not be…
-
MKL single argument release_matrix_handle was deprecated in 2023 and removed in 2025
https://github.com/ginkgo-project/ginkgo/blob/568a75946d09218e57492da18da552267ab8b3da/dpcpp/matrix/csr_kernels.dp…
-
In addition to the [question](https://github.com/conda-forge/intel_repack-feedstock/pull/82#pullrequestreview-2425093976) whether mkl now really requires `__glibc >=2.28` on linux, I tested MKL 2025.0…
-
When testing on kestrel, I noticed that the factorization and solving using MKL PARDISO did not produce accurate results.
- [x] Since the version of MKL installed there is older, I need to check i…
-
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)`…
-
### happen
Sometimes the GPU is not recognized at startup, and only the CPU is optional in the device bar
The startup task crashes after selecting the GPU
GPU:A770 16G([Acer])
Driver:31.0.101.…
-
Currently the default value for USE_MKL is ON. If a user would like to use OpenBLAS but forget to define -DUSE_MKL=OFF, the only error message use gets is `Could NOT find BLAS (missing: BLAS_LIBRARIES…
-
```jl
using OrdinaryDiffEq, LinearAlgebra, SparseArrays
const N = 32
const xyd_brusselator = range(0, stop = 1, length = N)
brusselator_f(x, y, t) = (((x - 0.3)^2 + (y - 0.6)^2) = 1.1) * 5.0
li…
-
# Summary
Trying to link the examples when compiling with AdaptiveCpp using MKL::MKL as the target library fails.
# Version
oneMKL version 0.2.0
githash = f4d6b1994eb110587ced0fc9777bac755049887…