8000 oneMKL/docs at develop · flawk/oneMKL · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

oneMKL documentation

This folder contains oneMKL documentation in reStructuredText (rST) format.

The documentation build step is skipped by default. To enable building documentation from the main build:

To build documentation only, use the following commands from the current folder:

# Inside <path to onemkl>/docs
mkdir build && cd build
cmake ..
cmake --build .

Generated documentation can be found in <path to onemkl>/docs/build/Documentation

0