Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@ Check out the user guide [here](/examples/user_guide/).
- `kvikio` — GPUDirect Storage (SSD → GPU)
- `fsspec` + `s3fs`/`gcsfs`/`adlfs` — cloud storage

> `libnvcomp` and `kvikio` are not pulled in by the `gpu` extra. They are runtime
> dependencies of the GeoTIFF GPU read path and must be installed separately
> (typically via conda from the `rapidsai`/`nvidia` channels), since `libnvcomp`
> ships as a system library and `kvikio` requires a matching CUDA toolkit.

![title](img/dependencies.svg)

#### Notes on GDAL
Expand Down
Loading
Loading