Links

Content Skeleton

This Page

Previous topic

CUDA Context Cleanup

Next topic

CUDA GPU Comparisons

CUDA Persistent ThreadsΒΆ

A style of using CUDA which sizes work to just fit the physical SMs and pulls new work from a queue. Contrary to the usual approach of launching more blocks than could possibly be operated on simultaeously.