Skip to content

Commit 667093e

Browse files
committed
Add NVIDIA CUDA (#518)
1 parent e21cc54 commit 667093e

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

descriptions/SDK.NVIDIA_CUDA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Compute Unified Device Architecture**](https://developer.nvidia.com/about-cuda) is a platform for general-purpose processing on Nvidia GPUs.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ NodeJS = (?:^|/)(?:lib)?node\.(?:dll|dylib)$
287287
NvCloth = (?:^|/)NvCloth(?:profile)?_x(?:64|86)\.dll$
288288
NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$
289289
NVIDIA_APEX = (?:^|/)apex(?:framework|_framework|_loader|_release)
290+
NVIDIA_CUDA = (?:^|/)(?:lib)?cudart
290291
NVIDIA_DLSS = (?:^|/)(?:sl\.|nvngx_)dlss\.dll$
291292
NVIDIA_DLSS_FrameGen = (?:^|/)(?:sl\.dlss_g|nvngx_dlssg)\.dll$
292293
NVIDIA_FleX = (?:^|/)flexRelease_x(?:64|86)\.dll$

tests/types/SDK.NVIDIA_CUDA.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/cudart
2+
/cudart.dll
3+
/cudart32_30_9.dll
4+
/cudart32_41_22.dll
5+
/cudart32_50_35.dll
6+
/libcudart
7+
Binaries/cudart.dll
8+
addons/pythonscript/x11-64/lib/python3.8/site-packages/nvidia/cuda_runtime/lib/libcudart.so.12
9+
bin/cudart32_30_9.dll
10+
cudart
11+
cudart64_30_9.dll
12+
libcudart

tests/types/_NonMatchingTests.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,10 @@ SoundEngine.bundle
12111211
common/defines.xml
12121212
defines.txt
12131213
00_defines.txt
1214+
/cudar
1215+
/udart.dll
1216+
/licudart
1217+
/cuart
12141218
Punkbuste
12151219
buster
12161220
/AkEngine.dll

0 commit comments

Comments
 (0)