boltgolt / howdy

🛡️ Windows Hello™ style facial authentication for Linux
MIT License
5.89k stars 306 forks source link

Howdy on GPU #668

Open Ameen-Sha-Cheerangan opened 2 years ago

Ameen-Sha-Cheerangan commented 2 years ago

how to fix this 
I have CUDA 11.6 with CUDNN 8.
It is working fine on sample programs.
Ameen-Sha-Cheerangan commented 2 years ago

This is the content in /usr/include/x86_64-linux-gnu/cudnn_version_v8.h `

ifndef CUDNN_VERSIONH

define CUDNN_VERSIONH

define CUDNN_MAJOR 8

define CUDNN_MINOR 4

define CUDNN_PATCHLEVEL 0

define CUDNN_VERSION (CUDNN_MAJOR 1000 + CUDNN_MINOR 100 + CUDNN_PATCHLEVEL)

endif / CUDNN_VERSION_H /`