Skip to content

Commit

Permalink
Update cpp/include/kvikio/remote_handle.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <wence@gmx.li>
  • Loading branch information
madsbk and wence- authored Sep 23, 2024
1 parent 53a0acc commit 616c4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/remote_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ class RemoteHandle {
/**
* @brief Read from remote source into buffer (host or device memory) in parallel.
*
* This API is a parallel async version of `.read()` that partition the operation
* This API is a parallel async version of `.read()` that partitions the operation
* into tasks of size `task_size` for execution in the default thread pool.
*
* @param buf Pointer to host or device memory.
Expand Down

0 comments on commit 616c4e5

Please sign in to comment.