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

oneMKL provides support for sparse BLAS operations, and NVIDIA provides an interface to sparse BLAS operations optimized for their hardware in the [cuSparse](https://docs.nvidia.com/cuda/cusparse/index.html) library. Much as oneMKL provides support for...

accepted
API
backend

# Description This PR adds support to use the cuRAND backend with hipSYCL. The approach is similar though simpler than #144: Since hipSYCL does not support `host_task` but instead implements...

Hi, I executed SYCL application on NVIDIA GPU which is having oneMKL library. I built the open source MKL library for NVIDIA GPU's. The code is generating an output, i...

question

# Summary I believe there are some missing gemm_batch implementations, looking at the oneMKL docs it seems this should support. A `gemm_batch` with, two half matrices as input, a float...

# Summary The MKLConfig.cmake file included with MKL causes debug libraries to be linked when the "RelWithDebInfo" build type is used. This results in linker errors. This happens due to...

accepted

# Summary gemm_batch and possibly other batch methods do not allow `const Ts*` types for the `alpha` and `beta` scaling parameters. I believe this should be the case as it...

# Summary I am not able to build the cuBLAS backend without working around some CMake logic and adding CMake flags. # Version I am using the latest commit on...

# Summary MersenneTwisterGP11213 Sample migrated from CUDA fails on NVIDIA GPU with opensource oneMKL library - _Illegal instruction (core dumped)_ ``` checkCudaErrors(DPCT_CHECK_ERROR(prngGPU = dpct::rng::create_host_rng( dpct::rng::random_engine_type::mt2203))); ``` # Version onemkl version...

**The problem** Both in the issues ([here](https://github.com/oneapi-src/oneMKL/issues/436)), and privately, I've supported new users struggling to build the oneMKL library. Their aim was to build and install oneMKL. In both cases,...

build
question

# Summary I'm trying to use `gemm` on PVC, but it keeps throwing an exception. Please let me know where I'm going wrong. I am attempting to use `gemm` and...