Rob Armstrong
9370f11e69
graphConditionalNodes: Additional tweaks to launch dimension initialization ( #348 )
4 months ago
Rob Armstrong
291435e0b4
graphConditionalNodes: Additional tweaks to launch dimension initialization ( #348 )
4 months ago
Rob Armstrong
8d901e745d
graphConditionalNodes: Change launch dimension initialization for better cross-platform compatibility ( #346 )
4 months ago
Rob Armstrong
990ebc01c2
graphConditionalNodes: Change launch dimension initialization for better cross-platform compatibility ( #346 )
4 months ago
Shawn Zeng
9adce9d9f2
Update file CMakeLists.txt
4 months ago
Rob Armstrong
bcad2c9e61
graphConditionalNodes: Add switch, while, if/else conditional examples and minor cleanup ( #344 )
4 months ago
Rob Armstrong
e7b23470d5
graphConditionalNodes: Add switch, while, if/else conditional examples and minor cleanup ( #344 )
4 months ago
Shawn Zeng
310e7f2a11
Bug 5143332: Remove the redundant content in 0_Introduction/CMakeLists.txt
4 months ago
Shawn Zeng
7f0f63f311
Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP
4 months ago
Shawn Zeng
acd3a015c8
Revert "Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP"
...
This reverts commit a9869fd6ea
4 months ago
shawnz
a9869fd6ea
Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP
4 months ago
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
4 months ago
Jonathan Bentz
f3b7c41ad6
cudaNvSci: Update README.md fixing typo ( #337 )
...
Fixes #193
5 months ago
Jonathan Bentz
29fb758e62
conjugateGradient: Ensure allocated memory is freed ( #336 )
...
Fixes #202
5 months ago
Jonathan Bentz
3bc08136ff
Update README.md link for sortingNetworks ( #335 )
...
Fixes #302
5 months ago
Jonathan Bentz
85eefa06c4
boxFilter: Remove unused parameter ( #338 )
...
Fixes : #122
5 months ago
XSShawnZeng
c357dd1e6b
Fixing issue #321 : A potential bug in memMapIPCDrv/memMapIpc.cpp ( #334 )
5 months ago
Jonathan Bentz
efb46383e0
Transpose: Change TILE_DIM to 32 to fix bank conflicts
...
Fixes #175
5 months ago
XSShawnZeng
8d564d5e3a
Enhancement for GLFW include and lib search ( #331 )
...
Fixes NVIDIA bug 5115098
5 months ago
Jake Hemstad
37c5bcbef4
Update kernels.cuh
5 months ago
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
5 months ago
ohmaya
61bd39800d
simplePrintf.cu: "Compute capability" text ( #299 )
...
Compute %d.%d capability => Compute capability %d.%d
5 months ago
Rob Armstrong
8a96d2eee7
Fix compute performance calculation type casting in gpuGetMaxGflopsDeviceIdDRV() for #109
5 months ago
Rob Armstrong
e762d58260
Merge pull request #247 from sangeetsatheesh/master
...
Fix typo from Open issue #161
5 months ago
Rob Armstrong
8fd1701744
Merge branch 'master' into master
5 months ago
Rob Armstrong
94765c1597
Fix minor typo in README.md ( #326 )
5 months ago
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
5 months ago
Rob Armstrong
25400b6b3c
Merge pull request #287 from steffen-v/patch-1
...
fix "gridy" comandline argument for initMC
5 months ago
Rob Armstrong
e24f62e28c
Fix README.md version number typo
...
Fix inadvertent reference to prior release in README.md
5 months ago
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
5 months ago
Rob Armstrong
04f3686bbe
Merge pull request #24 from XSShawnZeng/master
...
Enhancement for finding GLFW on WIN and copy .dll files to executable…
5 months ago
shawnz
0e87b76137
Update README
5 months ago
shawnz
fb6fcb0110
Enhancement for finding GLFW on WIN and copy .dll files to executable dir for some samples
5 months ago
Rob Armstrong
14b8ceb56f
Merge pull request #23 from XSShawnZeng/master
...
Add SM support for simpleAtomicIntrinsics
5 months ago
shawnz
a6737fd72b
Add SM support for simpleAtomicIntrinsics
5 months ago
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
5 months ago
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
5 months ago
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
5 months ago
shawnz
cc3d94f81c
Update .dll copy for 7_libNVVM
5 months ago
shawnz
7ee6db679e
Remove dupe target in cuda-c-linking CMakeLists.txt
5 months ago
shawnz
24a617c043
Update source code for cudaGraphPerfScaling
5 months ago
Rob Armstrong
93f1c78c5b
2_Concepts_and_Techniques/EGLStream_CUDA_Interop: Update types for CUDA consumer to use const char* to resolve build warnings
5 months ago
Rob Armstrong
5932d18738
Fix warning about potential string overflow in 0_Introduction/simpleIPC
5 months ago
Rob Armstrong
5206607816
Merge pull request #21 from XSShawnZeng/master
...
Copy all the needed .ll and .dll for 7_libNVVM
5 months ago
shawnz
f8f3e1b347
Add new line at end of files
5 months ago
shawnz
4fcfa82d7d
Copy all the needed .ll and .dll for 7_libNVVM
5 months ago
Rob Armstrong
7a9bd38ecc
Update OpenGL sample build settings on Windows
5 months ago
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
5 months ago
shawnz
11bc856cad
Turn on assert log for SimpleAssert and copy files to folder of executable for watershedSegmentationNPP
5 months ago
Rob Armstrong
95308ffc23
Add missing build targets to general samples
5 months ago