Registry / other / onednn

onednn

JSON →
library3.11.2vcpkgunverified

oneAPI Deep Neural Network Library (oneDNN) for deep learning primitives on CPUs and GPUs.

vcpkg install onednn
INSTALL
IMPORT
SIG · ONEDNN
O
onednn
othercppv3.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dnnl.hpp
#include <dnnl.hpp>

Creates a oneDNN CPU engine and stream.

#include <dnnl.hpp> #include <iostream> int main() { dnnl::engine eng(dnnl::engine::kind::cpu, 0); dnnl::stream strm(eng); std::cout << "oneDNN engine created on CPU" << std::endl; return 0; }
Debug
Known issues
gotchaRequires runtime dispatch for different CPU instruction sets (e.g., AVX2, AVX-512).
fix
Link with the appropriate library variant or use the runtime dispatch mechanism.
affects: *
Upgrade
Version history
3.11.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

onednn — pip install onednn · libregistry