Skip to content

Commit 6165e62

Browse files
authored
Fix comment typo in buffer_register (#669)
- No code change - Only typo fix in function signature comment: should be `@param size` instead of `@param length` https://github.com/rapidsai/kvikio/blob/93a447f451dba0b1777be8753f4e4d180c40643b/cpp/include/kvikio/buffer.hpp#L26-L41 Authors: - Jigao Luo (https://github.com/JigaoLuo) - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Bradley Dice (https://github.com/bdice) URL: #669
1 parent c86a6b3 commit 6165e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/include/kvikio/buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace kvikio {
2424
* GPUDirect Storage access.
2525
*
2626
* @param devPtr_base device pointer to allocated
27-
* @param length size of memory region from the above specified devPtr
27+
* @param size size of memory region from the above specified devPtr
2828
* @param flags should be zero or `CU_FILE_RDMA_REGISTER` (experimental)
2929
* @param errors_to_ignore CuFile errors to ignore such as `CU_FILE_MEMORY_ALREADY_REGISTERED`
3030
* or `CU_FILE_INVALID_MAPPING_SIZE`

0 commit comments

Comments
 (0)