Skip to content

Commit

Permalink
Added link to 'how-it-works' page
Browse files Browse the repository at this point in the history
  • Loading branch information
singhmanas1 authored Sep 23, 2024
1 parent a335016 commit de1ce2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cudf/source/cudf_pandas/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ CUDF_PANDAS_FALLBACK_MODE=1 python -m cudf.pandas some_script.py
_very rough_ rule of thumb,`cudf.pandas` shines on workflows with more than
10,000 - 100,000 rows of data, depending on the algorithms, data types, and other factors.
Below this range, workflows might execute slower on GPU than CPU because of the
cost of data transfers. With managed memory pool and managed memory prefetching enabled in cudf
by default, you can process datasets larger than GPU memory and up to a theoretical
cost of data transfers. With [managed memory pool and managed memory prefetching enabled in cudf
by default](how-it-works.md), you can process datasets larger than GPU memory and up to a theoretical
limit of the combined CPU and GPU memory size. However, note that the
best performance with large data sizes can be data and workflow dependent.

0 comments on commit de1ce2a

Please sign in to comment.