Running and Verification
After compiling and installing oneDNN, use the test case included in the software package to check whether the installation is successful.
- Go to the /path/to/oneDNN-3.3.3/build directory.
cd /path/to/oneDNN-3.3.3/build
- Run the test case.
ctest
If the execution results of all test cases are Passed, the oneDNN compilation is successful.
