
CUDA allows cooperative groups for flexible thread synchronization patterns via atomic operations and events
CUDA allows cooperative groups for flexible thread synchronization patterns via atomic operations and events
What a thread block is in CUDA — a group of threads that share shared memory
A CUDA thread block is a group of threads executing in parallel, sharing global and shared memory
What a CUDA kernel is — a function that runs on thousands of GPU threads in parallel
CUDA kernel: Parallel function executed on GPU's thousands of threads simultaneously
How do lock-free data structures manage concurrent access to shared memory in a multithreaded environment?
Lock-free data structures use atomic operations to ensure concurrent access without traditional locking mechanisms
What bank conflicts are in shared memory — multiple threads accessing the same bank
Shared memory conflicts arise when multiple threads concurrently access the same bank in a banking system
How tiling works in matrix multiplication — loading blocks into shared memory
Tiling in matrix multiplication optimizes cache usage by partitioning matrices into submatrices
What operator fusion does at the compiler level: merges adjacent ops to reduce memory traffic
Operator fusion optimizes code by combining adjacent operations into a single instruction, minimizing memory access
One email a day: 5 concepts + the 5 stories that matter →
Swipe through 100 ML concepts daily
Open TickerNews