Skip to content

Commit

Permalink
List GDS-enabled formats in the docs (#8805)
Browse files Browse the repository at this point in the history
Authors:
  - Vukasin Milovanovic (https://github.com/vuule)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Devavret Makkar (https://github.com/devavret)

URL: #8805
  • Loading branch information
vuule authored Jul 23, 2021
1 parent ee18ac2 commit 32f46f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cudf/source/io-gds-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ When ``LIBCUDF_CUFILE_POLICY`` is set to "GDS" and a GDS API call fails for any
When ``LIBCUDF_CUFILE_POLICY`` is set to "ALWAYS" and a GDS API call fails for any reason (unlikely, given that the compatibility mode is on),
cuDF throws an exception to propagate the error to te user.

Operations that support the use of GPUDirect Storage:

- `read_avro`
- `read_parquet`
- `read_orc`
- `to_csv`
- `to_parquet`
- `to_orc`

NOTE: current GDS integration is not fully optimized and enabling GDS will not lead to performance improvements in all cases.

0 comments on commit 32f46f0

Please sign in to comment.