Rob Armstrong
14b1bfdcc4
Replace README references to "CUDA Toolkit 12.5" with general "CUDA Toolkit"
2025-04-30 09:46:45 -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
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
shawnz
a80688012e
Update CMakeList.txt for simpleCUFFT_callback and GLES samples
2025-01-24 15:44:19 +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
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
f753e86e7a
Update all samples to build position-independent code
2025-01-09 09:59:36 -08:00
XSShawnZeng
bb121fe02b
the CMakeLists.txt for Tegra sample fluidsGLES
...
Able to build the sample as below:
$ make
Linking CUDA device code CMakeFiles/fluidsGLES.dir/cmake_device_link.o
Linking CXX executable fluidsGLES
Built target fluidsGLES
2025-01-06 17:52:53 +08:00
Rob Armstrong
1e0c660f22
Move GLES and QNX samples to platform-specific subdirectory
2024-12-27 22:56:03 -08:00