Posts by Paul Graham
Data Center / Cloud
Oct 24, 2023
Efficient CUDA Debugging: Memory Initialization and Thread Synchronization with NVIDIA Compute Sanitizer
NVIDIA Compute Sanitizer (NCS) is a powerful tool that can save you time and effort while improving the reliability and performance of your CUDA...
13 MIN READ
Simulation / Modeling / Design
Jun 29, 2023
Efficient CUDA Debugging: How to Hunt Bugs with NVIDIA Compute Sanitizer
Debugging code is a crucial aspect of software development but can be both challenging and time-consuming. Parallel programming with thousands of threads can...
14 MIN READ