oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

oneAPI Math Kernel Library (oneMKL) Interfaces

Results 148 oneMKL issues
Sort by recently updated
recently updated
newest added

Compiler error: ``` C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\icx.exe -fsycl /nologo -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\include -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\src -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\src\include -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project-build\bin /EHsc /DWIN32 /D_WINDOWS /W3 /GR /EHsc -Wno-unused-function -w d /Zi /Ob0 /Od /RTC1 -Donemkl_EXPORTS -QMD -QMT bin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj -QMF bin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj.d /Fobin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj...

# Summary There are 404 links on the front page of this repository # URLs Developer Reference [oneMath Defined Datatypes](https://uxlfoundation.github.io/oneMath/onemath-datatypes.html) - results in 404 [Dense Linear Algebra](https://uxlfoundation.github.io/oneMath/domains/dense_linear_algebra.html) - results in...

bug
documentation

# Summary When performing `DPF transform` with `oneapi::mkl::dft` on NVIDIA GPU for multidimensional arrays >=2D where the `last dimension is 1` [(2,1), (5,1), (2,3,1)....] The computation fails with `oneMKL: dft/backends/cufft/commit:...

bug
help wanted

# Summary When performing QR decomposition on CUDA device the computed matrix `Q` contains incorrect elements during multiple runs for matrices of size `256x256` or larger. This problem does not...

# Summary Make DFT set_value/get_value interface type-safe # Problem statement In the Intel(R) oneAPI Math Kernel Library 2025.0, the variadic set_value/get_value interface has been deprecated. Meanwhile, some set_value/get_value with fixed...

feature
help wanted

# Summary The MKLGPU backend tests can fail when running Trsv on PVC. # Version Using the tip of develop as of today (https://github.com/oneapi-src/oneMKL/commit/6923d402d5bccba9ae1966062bc5a277fc74776c). # Environment Running on PVC (...

bug
BLAS domain

# Summary The MKLGPU backend tests can fail on PVC. # Version Using the tip of develop as of today (https://github.com/oneapi-src/oneMKL/commit/6923d402d5bccba9ae1966062bc5a277fc74776c). # Environment Running on PVC ( GPU Max 1100...

bug

# Summary cuBLAS tests running Gemm with half precision can fail with wrong results on A100. # Version Using the tip of develop as of today (https://github.com/oneapi-src/oneMKL/commit/6923d402d5bccba9ae1966062bc5a277fc74776c). # Environment Using...

bug
BLAS domain