NVIDIA Nsight Compute Now Profiles CUDA Tile Kernels — Two Changes Cut Kernel Time 81%

NVIDIA Developer · youtube · 2026-09-05

An official NVIDIA Developer tutorial: Nsight Compute can now profile CUDA Tile kernels directly. CUDA Tile lets you write CUDA at a higher level using multidimensional Tiles while the compiler handles hardware mapping — raising the question of how to know whether the kernel is fast when the compiler decides how it runs. Nsight Compute closes that visibility gap.

It connects GPU performance data back to your CUDA Tile kernel, identifies the limiting factor, and points to concrete optimizations, while keeping visibility into occupancy, memory access behavior, generated SASS and source-level performance. The video shows measurable results: two targeted changes (occupancy hints and adjusted tile block dimensions) cut kernel duration by 81%.

Also covered: mapping metrics and stalls to individual Python/C++ source lines and compiled SASS, and using comparison tools to trace gains and monitor uncoalesced memory accesses.

Original post →

More from Infra

Infra channel →