oneMKL
oneMKL copied to clipboard
oneAPI Math Kernel Library (oneMKL) Interfaces
# Summary This RFC is intended to extend the HIP backend of BLAS domain, which is currently supported for hipSYCL compiler to Intel’s DPC++/SYCL compiler. * This backend can be...
# Summary Align all sycl:: apis with sycl 2020 spec version # Problem statement llvm compiler have already added new APIs and deprecated old ones (Example: get_count() for sycl::buffer), but...
# Summary Building with conan following the instructions in README.md leads to an error: ``` conan install .. --build missing --profile inteldpcpp_lnx -o build_shared_libs=False Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang...
# Description Added scripts for creating new backends for RNG. Also updated an instruction on how to use them and fix the generated files.
Add mcg59 engine
# Description 1. Lowest version of CMake available on conan-center is 3.15.7. Using a specific version is easy to debug in-case of failures, as compared to previous approach to use...
# Description Bintray is now down, see e.g. https://blog.conan.io/2021/02/05/JFrog-announces-sunset-bintray.html The new URL for the Conan Center is https://center.conan.io For the same reason, the conan-community remote does not exist anymore, but...
# Summary Trying to build the tests with both cuBLAS and cuRAND backends enabled hit compilation issues. # Version Using the latest version: 19c43b0f68dcaba5bc518d5becdfa0097bebfa7c # Environment This should be pretty...
# Summary Expand unit tests to cover different stride options (i.e. stride=0) where applicable. Expand unit tests to cover malloc device testing. # Problem statement These additional tests will improve...
# Summary Should there be an API, callable from both dispatcher (libonemkl.so) and underlying backend libraries to report the oneMKL version supported by each library? # Problem statement Using oneMKL...