Official Threading Building Blocks (TBB) GitHub repository. For Commercial Intel® TBB distribution, please click here: https://software.intel.com/en-us/tbb
-
Updated
Sep 5, 2020 - C++
{{ message }}
Official Threading Building Blocks (TBB) GitHub repository. For Commercial Intel® TBB distribution, please click here: https://software.intel.com/en-us/tbb
oneAPI Data Analytics Library (oneDAL)
It'd be nice to get performance warnings in certain cases, such as
oneAPI Math Kernel Library (oneMKL) Interfaces
oneAPI Specification source files
Treatise of Medical Image Processing (TMIP) v0.2.0
A standalone package, provided scikit-image-like API to Intel® IPP
Add a description, image, and links to the oneapi topic page so that developers can more easily learn about it.
To associate your repository with the oneapi topic, visit your repo's landing page and select "manage topics."
If it is needed to pass the same option from driver to both host and device compilers, then it must be added two-times - see
clang/lib/Driver/ToolChains/Clang.cpp, for example:4124:
CmdArgs.push_back("-fsycl");...
6150:
CmdArgs.push_back("-fsycl");This is quite error prone and inconvenient - should be automated: option placed in one place, driver does the duplication itself.