CUDA Kernel for GPU/UVA Sampling

Hi all. I would like to get a detailed understanding of memory transfers (D2D, H2D, and D2H) which take place during sampling by the DGL dataloader. To do so, I need help identifying the CUDA kernel(s) responsible for GPU/UVA based sampling. Could someone point me to the kernels I need to look at, so that I can profile the time taken for memory operations?

The whole pipeline consists of multiple kernels so it’s not easy to pinpoint to exactly which could be the bottleneck. My suggestion is to use profiling tools like NVVP for a holistic understanding.