Skip to content

Commit

Permalink
DeepNVMe README.md add xref
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored Aug 23, 2024
1 parent 0d40b31 commit 8031d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepnvme/file_access/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using DeepNVMe for simple file reads and writes involving CPU/GPU tensors

The purpose of this folder is to provide example codes that illustrate how to use DeepNVMe for simple file operations of moving raw data bytes between persistent storage and CPU/GPU tensors. For each file operation, we provide an implementation using Python I/O functionality, and a DeepNVMe implementation using CPU bounce buffer (aio) and NVIDIA Magnum IO<sup>TM</sup> GPUDirect® Storage (GDS) as appropriate.
The purpose of this folder is to provide example codes that illustrate how to use [DeepNVMe](https://github.com/microsoft/DeepSpeed/blob/master/blogs/deepspeed-gds/README.md) for simple file operations of moving raw data bytes between persistent storage and CPU/GPU tensors. For each file operation, we provide an implementation using Python I/O functionality, and a DeepNVMe implementation using CPU bounce buffer (aio) and NVIDIA Magnum IO<sup>TM</sup> GPUDirect® Storage (GDS) as appropriate.

The following table is a mapping of file operations to the corresponding Python and DeepNVMe implementations.

Expand Down

0 comments on commit 8031d78

Please sign in to comment.