Skip to content

Commit 5476521

Browse files
authored
Merge pull request #315 from elezar/add-libnvidia-gpucomp.so
Add libnvidia-gpucomp.so to the list of compute libs
2 parents 6eda4d7 + b274114 commit 5476521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nvc_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ static const char * const compute_libs[] = {
9090
"libnvidia-pkcs11.so", /* Encrypt/Decrypt library */
9191
"libnvidia-pkcs11-openssl3.so", /* Encrypt/Decrypt library (OpenSSL 3 support) */
9292
"libnvidia-nvvm.so", /* The NVVM Compiler library */
93+
"libnvidia-gpucomp.so", /* The GPU shader compiler for D3D/VK/GL/RT. */
9394
};
9495

9596
static const char * const video_libs[] = {

0 commit comments

Comments
 (0)