Shawn Zeng
|
b8191f860a
|
Update CMakeLists.txt of boxFilter and FuctionPointers, copy the data files to data/ folder as other samples did
|
2025-10-31 17:00:20 +08:00 |
|
Shawn Zeng
|
547f65851f
|
Bug 5591814: Update CMakeLists.txt and add cmake/InstallSamples.cmake to support make install
|
2025-10-31 16:57:26 +08:00 |
|
Rob Armstrong
|
9df0ef6411
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5538217: Add X11 and other libraries for Debian13 or later explicitly
See merge request cuda-samples/cuda-samples!136
|
2025-10-14 08:18:29 -07:00 |
|
Shawn Zeng
|
1411d243a6
|
Bug 5538217: Add X11 and other libraries for Debian13 or later explicitly
|
2025-10-14 00:23:23 -07:00 |
|
Rob Armstrong
|
57e870596c
|
Merge branch 'shawnz_bug_fix' into 'master'
Shawnz bug fix
See merge request cuda-samples/cuda-samples!134
|
2025-09-24 12:19:02 -07:00 |
|
shawnz
|
fd6707ccaa
|
Bug 5532074 Modify the filesystem compatibility from GCC 7.x to 8.x for RHEL 8.10
|
2025-09-23 14:48:54 +08:00 |
|
shawnz
|
cf01c5bb28
|
Bug 5519400: Add /Zc:preprocessor for new change of CUDA 13.1 CCCL include aligned_alloc.h
|
2025-09-22 15:35:45 +08:00 |
|
Rob Armstrong
|
1165d53ddf
|
Merge branch 'shawnz_bug_fix' into 'master'
Fixed new bug reported during CUDA 13.1 test: 5514725 and 5518076
See merge request cuda-samples/cuda-samples!133
|
2025-09-18 10:12:12 -07:00 |
|
shawnz
|
8c324afd63
|
Bug 5518076: Remove the redundant space of $<CONFIGURATION>
|
2025-09-16 17:31:55 +08:00 |
|
shawnz
|
0fae54dcd6
|
Bug 5514725: Modify the socket folder for systems that have GCC < 8 by default such as SLES
|
2025-09-16 17:29:36 +08:00 |
|
Rob Armstrong
|
320c7e6392
|
Resolve merge between 13.0 and 13.1 branches
|
2025-09-05 09:39:09 -07:00 |
|
Nikhil Talpallikar
|
22fafb0a7c
|
fixed formatting
|
2025-09-05 09:36:40 -07:00 |
|
Nikhil Talpallikar
|
cccbf2c284
|
Fixed dlopen on linux with lazy load flag
|
2025-09-05 09:36:40 -07:00 |
|
Nikhil Talpallikar
|
69186dc51e
|
Fixed the error path to initialize error path function pointers. Exit with error in case of LOADLIBRARY failureas initialize of function pointers in case of LOADLIBRARY failure will fail
|
2025-09-05 09:36:40 -07:00 |
|
Nikhil Talpallikar
|
d298bf3e6f
|
Clean implementation for failure path when cuInit fails. Removed CHECKED_CALL macro which returned prematurely
|
2025-09-05 09:36:40 -07:00 |
|
Nikhil Talpallikar
|
27c7e19849
|
Clean implementation for failure path when cuInit fails
|
2025-09-05 09:36:40 -07:00 |
|
Nikhil Talpallikar
|
7c190dde53
|
Fix null pointer refrence issue with cuda driver API function pointers in case cuInit fails
|
2025-09-05 09:36:40 -07:00 |
|
Rob Armstrong
|
5e9d44634b
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5502937 and 5502929: Fixing 2 sample issue on WSL
See merge request cuda-samples/cuda-samples!131
|
2025-09-05 09:12:40 -07:00 |
|
shawnz
|
b0a2f2049f
|
Bug 5502937: Set TEMPDIR as socket create dir to avoid socket create permission isue on systems like WSL
|
2025-09-05 12:01:37 +08:00 |
|
shawnz
|
3e6d1858af
|
Bug 5502929: Update systemWideAtomics to add device sync for WSL
|
2025-09-05 11:55:32 +08:00 |
|
Rob Armstrong
|
12b046a80e
|
Merge branch 'shawnz_bug_fix' into 'master'
Fix bug 5150289, 5454390 and 5456523
See merge request cuda-samples/cuda-samples!130
|
2025-08-22 09:29:59 -07:00 |
|
shawnz
|
036638b713
|
Revert the change for LargeKernelParameter and update code format check
|
2025-08-22 10:48:02 +08:00 |
|
Shawn Zeng
|
9d703d090b
|
Bug 5456523: Cross compile and execution for 7_libNVVM on Tegra Linux Platforms
|
2025-08-20 15:59:27 +08:00 |
|
shawnz
|
cbc075ef59
|
Bug 5454390: Add specific glfw3/X11 link for vulkan samples
|
2025-08-15 17:35:10 +08:00 |
|
shawnz
|
6e23a98575
|
Bug 5150289: Waive the sample for unsupported SM arch
|
2025-08-12 19:18:23 +08:00 |
|
Rob Armstrong
|
5fc7a4c897
|
Version released - merge 13.1 changes to ToT
|
2025-08-06 11:26:25 -07:00 |
|
Rob Armstrong
|
3f1c509650
|
Merge branch 'shawnz_bug_fix' into 'master'
Update README with removing the old auto-linux part
See merge request cuda-samples/cuda-samples!127
v13.0
|
2025-08-05 21:22:57 -07:00 |
|
Rob Armstrong
|
fbc40da311
|
Merge branch 'dev/mattd/update-simple-cc-check' into 'master'
[nvvm] Test the compute capability minor number prior to using the result value.
See merge request cuda-samples/cuda-samples!128
|
2025-08-04 11:06:48 -07:00 |
|
Matt Davis
|
1b36fefcd5
|
Test the compute capability minor number prior to using the result value.
|
2025-08-04 18:00:26 +00:00 |
|
shawnz
|
13c2fd9717
|
Update README with removing the old auto-linux part
|
2025-08-01 19:02:37 +08:00 |
|
Rob Armstrong
|
775d1b4dd3
|
Merge 13.0 changes into 13.1 dev branch
|
2025-07-29 14:14:27 -07:00 |
|
Rob Armstrong
|
a5267b83a5
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5412815: Fix the issue of cudaTensorCoreGemm.cu
See merge request cuda-samples/cuda-samples!125
|
2025-07-28 10:18:27 -07:00 |
|
Rob Armstrong
|
2ab16e6d15
|
Merge branch 'dev/mattd/r13-nvvm-update-master' into 'master'
Update compute capability checks to test for >=sm75.
See merge request cuda-samples/cuda-samples!126
|
2025-07-28 10:17:45 -07:00 |
|
Matt Davis
|
903c840a8c
|
Update the README mentioning testing requires a compatible driver.
|
2025-07-25 12:40:16 +00:00 |
|
Matt Davis
|
24e7c5b428
|
Update compute capability tests to look for >=sm75.
|
2025-07-25 10:28:53 +00:00 |
|
shawnz
|
b38ed29c95
|
Bug 5412815: Fix the issue of cudaTensorCoreGemm.cu
|
2025-07-25 15:16:12 +08:00 |
|
Rob Armstrong
|
4a631c9fd6
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5314090: Update README.md for Sample build from DriveOS Docker Container
See merge request cuda-samples/cuda-samples!123
|
2025-07-24 16:57:29 -07:00 |
|
shawnz
|
98afcd6515
|
Bug 5314090: Update README.md for Sample build for auto-linux from DriveOS Docker Container
|
2025-07-21 19:04:33 +08:00 |
|
Rob Armstrong
|
eb8891b839
|
Merge branch 'shawnz_bug_fix_cuda_a' into 'cuda_a_dev'
Bug 5376426: Update README and CMakeLists.txt for freeglut and glew on WOA
See merge request cuda-samples/cuda-samples!120
|
2025-07-11 10:04:29 -07:00 |
|
shawnz
|
688fff15b2
|
Update README for freeglut and glew
|
2025-07-11 11:05:18 +08:00 |
|
shawnz
|
555353b4b5
|
Bug 5376426: Update README and CMakeLists.txt for freeglut and glew on WOA
|
2025-07-11 10:50:57 +08:00 |
|
Rob Armstrong
|
1a35902577
|
Update 13.0 changes into 13.1 dev branch
|
2025-07-10 13:46:04 -07:00 |
|
Rob Armstrong
|
8013610840
|
Merge branch 'shawnz_bug_fix' into 'master'
Fix the FindNVSCI.cmake syntax error and the typo in README.md
See merge request cuda-samples/cuda-samples!119
|
2025-07-10 13:44:45 -07:00 |
|
shawnz
|
2369d4c649
|
Fix the FindNVSCI.cmake syntax error and the typo in README.md
|
2025-07-10 17:13:31 +08:00 |
|
Rob Armstrong
|
8433f89993
|
Globally remove VSCode tasks.json referencing obsolete build steps
|
2025-07-07 08:31:22 -07:00 |
|
Rob Armstrong
|
a9a4db666f
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5339530: Bug 4854664: Set socket creating folder to /tmp for QNX
See merge request cuda-samples/cuda-samples!118
|
2025-06-26 12:07:06 -07:00 |
|
shawnz
|
87d03ef003
|
Bug 5339530: Bug 4854664: Set socket creating folder to /tmp for QNX
|
2025-06-26 15:49:16 +08:00 |
|
Rob Armstrong
|
7c8fccc0d4
|
Merge 13.0 changes into 13.1 development branch
|
2025-06-24 12:44:35 -07:00 |
|
Rob Armstrong
|
45314d7ff8
|
README formatting changes
|
2025-06-24 12:44:08 -07:00 |
|
Rob Armstrong
|
2f0a55d7dc
|
Merge branch 'shawnz_qnx_crossbuild' into 'master'
Update QNX cross build tooltrain and CMakeLists.txt
See merge request cuda-samples/cuda-samples!116
|
2025-06-24 12:25:55 -07:00 |
|