Multi GPU Kernels
topic on 1 show · 2 statements across 1 episodes
the Y Combinator Startup Podcast
2 statements about Multi GPU Kernels, every show
Stuart: Multi-GPU optimization requires overlapping compute with remote memory prefetching
“For multi-GPU kernels a simple, a similar idea applies, except that you're overlapping computation with communication with other GPUs, such that when the current computation is done, the data for next computation is ready and fetched from remote GPU HPMs.”