Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

After compiling and installing oneDNN, use the test case included in the software package to check whether the installation is successful.

  1. Go to the /path/to/oneDNN-3.3.3/build directory.
    cd /path/to/oneDNN-3.3.3/build
  2. Run the test case.
    ctest

    If the execution results of all test cases are Passed, the oneDNN compilation is successful.