Skip to content

Commit

Permalink
Cross-link cudf.pandas profiler documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 2, 2025
1 parent 88d9251 commit c6b0b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cudf/source/cudf_pandas/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ keyword arguments, cuDF is not able to provide GPU acceleration and
`cudf.pandas` will fall back to the CPU.

The most accurate way to assess which functions run on the GPU is to try
running the code while using the `cudf.pandas` profiling features. The
profiler will indicate which functions ran on GPU / CPU. To improve
performance, try to use only functionality that can run entirely on GPU.
This helps reduce the number of memory transfers needed to fallback to
CPU.
running the code while using the `cudf.pandas` [profiling
features](cudf-pandas-profiling). The profiler will indicate which functions
ran on GPU / CPU. To improve performance, try to use only functionality that
can run entirely on GPU. This helps reduce the number of memory transfers
needed to fallback to CPU.

## How can I improve performance of my workflow with `cudf.pandas`?

Expand Down
1 change: 1 addition & 0 deletions docs/cudf/source/cudf_pandas/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ with Pool(4) as pool:
...
```

(cudf-pandas-profiling)=
## Profiling `cudf.pandas`

`cudf.pandas` will attempt to use the GPU whenever possible and fall
Expand Down

0 comments on commit c6b0b18

Please sign in to comment.