NVIDIA / NVIDIA/cudf

[FEA] cudf.pandas profiler should track and report the time spend transferring data between the CPU/GPU

Open
#14,499 1 comment 1 reaction 0 assignees View on GitHub
cudf.pandas feature request Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

The cudf.pandas profiler provides insight into which operations ran on the GPU and which ran on the CPU (and how many times), but it doesn't record the number of CPU/GPU transfers (and how long they took). The profiler should track and report the time spend transferring data between the CPU/GPU.

This is useful information for both profiling workflows, and seeing where we might be doing something wrong.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.