Rob Armstrong
|
8433f89993
|
Globally remove VSCode tasks.json referencing obsolete build steps
|
2025-07-07 08:31:22 -07:00 |
|
shawnz
|
9075c50a3d
|
Bug 5323034 and 5323144: Disable .rsp for linking as qcc doesn't support lib path with double quotes in .rsp on QNX
|
2025-06-10 15:21:29 +08:00 |
|
shawnz
|
49307463b5
|
Bug 5133216: Add QNX tooltrain and cross build support
|
2025-05-29 16:57:28 +08:00 |
|
Rob Armstrong
|
8219570c15
|
Merge branch 'shawnz_bug_fix' into 'master'
Bug fix for 5280038, 5277193, 5281036 and 5294720
See merge request cuda-samples/cuda-samples!112
|
2025-05-21 10:51:12 -07:00 |
|
shawnz
|
c1b03b9f81
|
Bug 5277193: Remove the CUFFT_LICENSE_ERROR checking as it is deprecated since CUDA13.0
|
2025-05-16 11:21:07 +08:00 |
|
Peggy Tian
|
770e433a9e
|
Bug 5056055: limit register usage to 128 per thread in debug mode to comply with the maximum number of 32-bit registers per SM
|
2025-05-12 06:04:22 +00:00 |
|
shawnz
|
bf628887f1
|
Bug 5217339: Replace SM 101 with 110 for Thor
|
2025-05-07 14:10:35 +08:00 |
|
Rob Armstrong
|
9ac81370fa
|
Update 12.9 changes from 'master' into 'cuda_a_dev'
|
2025-04-30 09:48:21 -07:00 |
|
Rob Armstrong
|
14b1bfdcc4
|
Replace README references to "CUDA Toolkit 12.5" with general "CUDA Toolkit"
|
2025-04-30 09:46:45 -07:00 |
|
shawnz
|
b27b55ec70
|
Bug 5241914: Fix the error message for cuSolverDn_LinearSolver
|
2025-04-27 16:57:02 +08:00 |
|
shawnz
|
5384563c57
|
Remove SM < 75 for cudaNvSci
|
2025-04-11 15:06:52 +08:00 |
|
shawnz
|
02fdb070ad
|
Bug 5196362, 5184356, 5212196, 5214258 and 5214259: Update sameples for CUDA13.0 API changes
|
2025-04-10 18:27:18 +08:00 |
|
Rob Armstrong
|
278f4adbd2
|
Merge branch 'master' into cuda_a_dev
|
2025-04-09 08:33:37 -07:00 |
|
shawnz
|
4672b8ba2b
|
Bug 5163983: Remove SM < 75 in CMakeLists.txt of some samples
|
2025-04-09 15:10:40 +08:00 |
|
shawnz
|
b013387a39
|
Update code format
|
2025-04-03 11:23:26 +08:00 |
|
Rob Armstrong
|
a4fba501a6
|
Merge branch 'master' into cuda_a_dev
|
2025-04-02 08:40:31 -07:00 |
|
shawnz
|
952d6edf92
|
Bug 5196977: Include helper_gl.h before cuda_gl_interop.h
|
2025-04-01 16:07:32 +08:00 |
|
shawnz
|
4abbdf4e80
|
Bug 5194249: Need to include cuda_runtime.h for cudaNvSci after the clang format change
|
2025-03-31 14:57:31 +08:00 |
|
Rob Armstrong
|
69522dd5b7
|
CUDA 13.0 removes support for Maxwell, Pascal, and Volta architecture offline compilation
|
2025-03-27 10:43:00 -07:00 |
|
Rob Armstrong
|
ceab6e8bcc
|
Apply consistent code formatting across the repo. Add clang-format and pre-commit hooks.
|
2025-03-27 10:30:07 -07:00 |
|
Rob Armstrong
|
c0ab53f986
|
Update all sample CMakeLists.txt to include ENABLE_CUDA_DEBUG flag to enable cuda-gdb
|
2025-03-26 10:08:59 -07:00 |
|
Rob Armstrong
|
b87c243bbb
|
Add -lineinfo flag to all targets to include line information for developer tools
|
2025-03-26 09:44:20 -07:00 |
|
shawnz
|
2848d3bd21
|
Bug 5176886: Enable nvJPEG samples for aarch64
|
2025-03-21 13:02:14 +08:00 |
|
shawnz
|
bd0f630bf4
|
Bug 5133197: Add cmake toolchain and and update the CMakeList of some sample for tegra linux cross build
|
2025-03-20 12:43:44 +08:00 |
|
Shawn Zeng
|
7f0f63f311
|
Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP
|
2025-02-27 03:01:47 -08:00 |
|
Shawn Zeng
|
acd3a015c8
|
Revert "Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP"
This reverts commit a9869fd6eaeecc748fc5f10f4b331fa41efbdaca
|
2025-02-27 02:48:03 -08:00 |
|
shawnz
|
a9869fd6ea
|
Bug 5034785: Update all non-ctx nppi APIs to ctx APIs as per latest change on NPP
|
2025-02-27 18:43:53 +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 |
|
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
|
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
|
7a9bd38ecc
|
Update OpenGL sample build settings on Windows
|
2025-02-10 23:12:38 -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 |
|
shawnz
|
a8138b60fe
|
Bug 5097243: Add nvJitLink lib for Windows
|
2025-02-07 17:28:10 +08:00 |
|
shawnz
|
2539826a99
|
Fix the nvsci lib finding issue for auto-linux and update sm list for Tegra samples
|
2025-02-06 17:05:48 +08:00 |
|
Rob Armstrong
|
c631850c15
|
Remove compute capability 8.7 build target for non-Tegra builds
|
2025-02-04 12:01:38 -08:00 |
|
Rob Armstrong
|
9539ca5fa3
|
Remove compute capability 7.2 build target for non-Tegra builds
|
2025-02-04 11:58:25 -08:00 |
|
Rob Armstrong
|
0f4bdfad99
|
CMake: Add '-Wno-deprecated-gpu-targets' to suppress warning messages during build about Maxwell, Pascal, and Volta
|
2025-02-04 11:51:17 -08:00 |
|
Rob Armstrong
|
e3a5ae4aca
|
Library samples: Fix malformed CMakeLists.txt
|
2025-02-04 10:01:28 -08:00 |
|
shawnz
|
a80688012e
|
Update CMakeList.txt for simpleCUFFT_callback and GLES samples
|
2025-01-24 15:44:19 +08:00 |
|
shawnz
|
ab0b386ac4
|
Update tegra SMs]
|
2025-01-23 16:20:34 +08:00 |
|
shawnz
|
08fae276b4
|
Add Tegra SMs in CMakeLists.txt general samples
|
2025-01-23 11:02:56 +08:00 |
|
Rob Armstrong
|
b203467419
|
Update CUDA architectures list
|
2025-01-22 17:49:44 -08:00 |
|
shawnz
|
76e2d2052c
|
Update separate SM list for cdp samples and update the watershedSegmentationNPP for build failed of Bug 4668487
|
2025-01-17 12:04:27 +08:00 |
|
Jonathan Bentz
|
48e70c8b31
|
Copying input files into BINDIR so that these samples will run properly
|
2025-01-15 19:22:54 -06:00 |
|
Rob Armstrong
|
f8fbd04007
|
Update CMake module search path
|
2025-01-14 09:14:29 -08:00 |
|
shawnz
|
d3ded4a251
|
Update the CMakeList for remaining tegra samples and remove the old Makefile/NsightEclipse.xml
|
2025-01-10 17:11:33 +08:00 |
|
Rob Armstrong
|
ce045e2ae9
|
Merge branch 'cmake_transition' into aarch64_guarding
|
2025-01-09 10:03:16 -08:00 |
|
Rob Armstrong
|
f753e86e7a
|
Update all samples to build position-independent code
|
2025-01-09 09:59:36 -08:00 |
|