Download the latest Nvidia driver on http://www.nvidia.com/drivers
Update the kernel to the latest version
$ yum update
Change to runlevel 3 - multi user mode for the next reboot
| #include <cudnn.h> | |
| #include <cassert> | |
| #include <cstdlib> | |
| #include <iostream> | |
| #include <opencv2/opencv.hpp> | |
| #define checkCUDNN(expression) \ | |
| { \ | |
| cudnnStatus_t status = (expression); \ | |
| if (status != CUDNN_STATUS_SUCCESS) { \ |
Download the latest Nvidia driver on http://www.nvidia.com/drivers
Update the kernel to the latest version
$ yum update
Change to runlevel 3 - multi user mode for the next reboot
| =============================================== | |
| Dell Display Manager | |
| =============================================== | |
| Command language | |
| ----------------------------------- | |
| A rich and flexible command language is supported via the | |
| command-line, and command-line arguments can be combined. | |
| Where appropriate, a specific display can be targeted by | |
| prefacing the command with the display number, e.g., |