cuda-samples/cpp/6_Performance/CMakeLists.txt
Dheemanth aeab82ff30
CUDA 13.2 samples update (#432)
- Added Python samples for CUDA Python 1.0 release
- Renamed top-level `Samples` directory to `cpp` to accommodate Python samples.
2026-05-13 17:13:18 -05:00

6 lines
174 B
CMake

add_subdirectory(LargeKernelParameter)
add_subdirectory(UnifiedMemoryPerf)
add_subdirectory(alignedTypes)
add_subdirectory(cudaGraphsPerfScaling)
add_subdirectory(transpose)