shawnz
7b60178984
Bug 5139353 and 5139213: Enhancement for streamOrderedAllocationIPC
2025-03-12 08:25:45 -07:00
Shawn Zeng
929ac4c8b5
Bug 5143332: Remove the redundant content in 0_Introduction/CMakeLists.txt
2025-03-10 13:41:31 -07:00
Rob Armstrong
291435e0b4
graphConditionalNodes: Additional tweaks to launch dimension initialization ( #348 )
2025-03-05 18:17:27 -08:00
Rob Armstrong
990ebc01c2
graphConditionalNodes: Change launch dimension initialization for better cross-platform compatibility ( #346 )
2025-03-05 08:32:58 -08:00
Rob Armstrong
e7b23470d5
graphConditionalNodes: Add switch, while, if/else conditional examples and minor cleanup ( #344 )
2025-03-03 17:49:17 -08:00
XSShawnZeng
3e8f91d1a1
Several small bug fixes for Windows platforms
...
* Enhancement for GLFW include and lib search
* Fixing issue #321 : A potential bug in memMapIPCDrv/memMapIpc.cpp
* Update CMakelist.txt for the sample 0_Introduction/template
* Copy .dll to correct dir for 5_Domain_Specific/Mandelbrot
* Fix typo
* Update changelog for cudaNvSciBufMultiplanar
2025-02-26 08:23:39 -08:00
Jonathan Bentz
f3b7c41ad6
cudaNvSci: Update README.md fixing typo ( #337 )
...
Fixes #193
2025-02-21 09:21:43 -08:00
Jonathan Bentz
29fb758e62
conjugateGradient: Ensure allocated memory is freed ( #336 )
...
Fixes #202
2025-02-21 09:20:53 -08:00
Jonathan Bentz
3bc08136ff
Update README.md link for sortingNetworks ( #335 )
...
Fixes #302
2025-02-21 09:19:21 -08:00
Jonathan Bentz
85eefa06c4
boxFilter: Remove unused parameter ( #338 )
...
Fixes : #122
2025-02-21 09:17:45 -08:00
XSShawnZeng
c357dd1e6b
Fixing issue #321 : A potential bug in memMapIPCDrv/memMapIpc.cpp ( #334 )
2025-02-21 09:14:25 -08:00
Jonathan Bentz
efb46383e0
Transpose: Change TILE_DIM to 32 to fix bank conflicts
...
Fixes #175
2025-02-20 15:46:44 -08:00
XSShawnZeng
8d564d5e3a
Enhancement for GLFW include and lib search ( #331 )
...
Fixes NVIDIA bug 5115098
2025-02-20 08:06:40 -08:00
Jake Hemstad
37c5bcbef4
Update kernels.cuh
2025-02-19 17:33:10 -08:00
Rob Armstrong
940a4c7a91
memMapIpc: Resolve build-time warnings and minor potential issues ( #329 )
...
* Fix compute performance calculation type casting in gpuGetMaxGflopsDeviceIdDRV() for #109
* 3_CUDA_Features/memMapIPCDrv: Increase procIdx buffer size to prevent potential buffer overflow
* memMapIPCDrv: Fix memory leaks and improve header inclusion
- Remove redundant string.h header
- Add memory cleanup for dynamically allocated JIT options and log buffer
- Fix printf format specifier for unsigned long long
2025-02-19 15:52:20 -08:00
ohmaya
61bd39800d
simplePrintf.cu: "Compute capability" text ( #299 )
...
Compute %d.%d capability => Compute capability %d.%d
2025-02-19 15:22:34 -08:00
Rob Armstrong
8a96d2eee7
Fix compute performance calculation type casting in gpuGetMaxGflopsDeviceIdDRV() for #109
2025-02-19 10:43:18 -08:00
Rob Armstrong
e762d58260
Merge pull request #247 from sangeetsatheesh/master
...
Fix typo from Open issue #161
2025-02-18 17:22:48 -08:00
Rob Armstrong
8fd1701744
Merge branch 'master' into master
2025-02-18 17:22:04 -08:00
Rob Armstrong
94765c1597
Fix minor typo in README.md ( #326 )
2025-02-18 17:14:14 -08:00
Rob Armstrong
c87881f02c
Update matrix multiplication sample README references ( #325 )
...
- Clarify reference to Shared Memory section in CUDA programming guide
- Update cuBLAS interface version description
- Add hyperlink to Shared Memory documentation
2025-02-18 14:02:59 -08:00
Rob Armstrong
25400b6b3c
Merge pull request #287 from steffen-v/patch-1
...
fix "gridy" comandline argument for initMC
2025-02-18 13:30:27 -08:00
Rob Armstrong
e24f62e28c
Fix README.md version number typo
...
Fix inadvertent reference to prior release in README.md
2025-02-15 13:37:51 -08:00
Rob Armstrong
db3eea2394
Update CUDA Samples for CTK 12.8 release and migrate build system to CMake
...
Update CUDA Samples for CTK 12.8 release and migrate build system to CMake
v12.8
2025-02-15 13:23:26 -08:00
Rob Armstrong
04f3686bbe
Merge pull request #24 from XSShawnZeng/master
...
Enhancement for finding GLFW on WIN and copy .dll files to executable…
2025-02-14 15:03:34 -08:00
shawnz
0e87b76137
Update README
2025-02-14 22:46:04 +08:00
shawnz
fb6fcb0110
Enhancement for finding GLFW on WIN and copy .dll files to executable dir for some samples
2025-02-14 22:37:51 +08:00
Rob Armstrong
14b8ceb56f
Merge pull request #23 from XSShawnZeng/master
...
Add SM support for simpleAtomicIntrinsics
2025-02-12 22:40:36 -08:00
shawnz
a6737fd72b
Add SM support for simpleAtomicIntrinsics
2025-02-13 11:53:55 +08:00
Rob Armstrong
96901090bc
nvJPEG: Modify write_images function to return void instead of int
...
- Changed return type from int to void
- Removed EXIT_FAILURE return in error case (unchecked)
- Removed control reaches end of non-void function
2025-02-12 11:49:35 -08:00
Rob Armstrong
8b2b51e2a5
NV12toBGRandResize: Fix potential buffer overflow in file output functions
...
- Increased filename buffer sizes from 120 to 256 characters
- Replaced sprintf() with snprintf() to prevent potential buffer overflows
2025-02-12 11:41:53 -08:00
Rob Armstrong
dcce6e1f14
Merge pull request #22 from XSShawnZeng/master
...
Update source code for cudaGraphPerfScaling and remove dupe target in cuda-c-linking CMakeLists.txt
2025-02-12 08:14:25 -08:00
shawnz
cc3d94f81c
Update .dll copy for 7_libNVVM
2025-02-12 18:12:26 +08:00
shawnz
7ee6db679e
Remove dupe target in cuda-c-linking CMakeLists.txt
2025-02-12 15:49:29 +08:00
shawnz
24a617c043
Update source code for cudaGraphPerfScaling
2025-02-12 12:22:55 +08:00
Rob Armstrong
93f1c78c5b
2_Concepts_and_Techniques/EGLStream_CUDA_Interop: Update types for CUDA consumer to use const char* to resolve build warnings
2025-02-11 17:41:59 -08:00
Rob Armstrong
5932d18738
Fix warning about potential string overflow in 0_Introduction/simpleIPC
2025-02-11 17:31:36 -08:00
Rob Armstrong
5206607816
Merge pull request #21 from XSShawnZeng/master
...
Copy all the needed .ll and .dll for 7_libNVVM
2025-02-11 08:14:17 -08:00
shawnz
f8f3e1b347
Add new line at end of files
2025-02-11 17:05:29 +08:00
shawnz
4fcfa82d7d
Copy all the needed .ll and .dll for 7_libNVVM
2025-02-11 17:01:43 +08:00
Rob Armstrong
7a9bd38ecc
Update OpenGL sample build settings on Windows
2025-02-10 23:12:38 -08:00
Rob Armstrong
9582bb03a9
Merge pull request #20 from XSShawnZeng/master
...
Turn on assert log for SimpleAssert and copy files to folder of executable for watershedSegmentationNPP
2025-02-10 08:06:33 -08:00
shawnz
11bc856cad
Turn on assert log for SimpleAssert and copy files to folder of executable for watershedSegmentationNPP
2025-02-10 17:02:44 +08:00
Rob Armstrong
95308ffc23
Add missing build targets to general samples
2025-02-08 13:04:26 -05:00
Rob Armstrong
56852fbb50
Add explicit system libraries needed on some Linux distributions
2025-02-07 15:43:17 -05:00
Rob Armstrong
152ba4b941
Merge pull request #19 from XSShawnZeng/master
...
Bug 5097243: Add nvJitLink lib for Windows
2025-02-07 09:42:33 -08:00
shawnz
a8138b60fe
Bug 5097243: Add nvJitLink lib for Windows
2025-02-07 17:28:10 +08:00
Rob Armstrong
c7bfd4418b
Merge pull request #18 from jnbntz/nvvm_updates
...
changing to CMAKE_CURRENT_BINARY_DIR for the copy of input files
2025-02-06 08:31:23 -08:00
Rob Armstrong
eb378b2fce
Merge branch 'master' into nvvm_updates
2025-02-06 08:31:03 -08:00
Rob Armstrong
fd5674f9e5
Merge pull request #17 from XSShawnZeng/master
...
Fix the nvsci lib finding issue for auto-linux and update sm list for Tegra samples
2025-02-06 08:28:21 -08:00