Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
galipremsagar and wence- authored Nov 21, 2024
1 parent f43f4e4 commit aaabb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def default_memory_resource(device: int) -> rmm.mr.DeviceMemoryResource:
rmm.mr.DeviceMemoryResource
The default memory resource that cudf-polars uses. Currently
a managed memory resource, if `POLARS_GPU_ENABLE_CUDA_MANAGED_MEMORY`
environment variable is set `0`, then an async pool resource is returned.
environment variable is set to `0`, then an async pool resource is returned.
bool
A flag indicating whether to enable prefetching.
"""
Expand Down

0 comments on commit aaabb82

Please sign in to comment.