We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eda4d7 + b274114 commit 5476521Copy full SHA for 5476521
src/nvc_info.c
@@ -90,6 +90,7 @@ static const char * const compute_libs[] = {
90
"libnvidia-pkcs11.so", /* Encrypt/Decrypt library */
91
"libnvidia-pkcs11-openssl3.so", /* Encrypt/Decrypt library (OpenSSL 3 support) */
92
"libnvidia-nvvm.so", /* The NVVM Compiler library */
93
+ "libnvidia-gpucomp.so", /* The GPU shader compiler for D3D/VK/GL/RT. */
94
};
95
96
static const char * const video_libs[] = {
0 commit comments