Skip to content

Commit

Permalink
fix argument name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuofan1123 committed Aug 2, 2024
1 parent b14440a commit e661c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/include/wholememory/wholememory_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ wholememory_error_code_t wholememory_tensor_get_entry_offsets(

/**
* Get entry count of each rank from WholeMemory Tensor
* @param entry_offsets : returned entry count of each rank
* @param entry_partition : returned entry count of each rank
* @param wholememory_tensor : WholeMemory Tensor
* @return : wholememory_error_code_t
*/
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/wholememory_ops/functions/embedding_cache_func.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ wholememory_error_code_t update_cache_direct_same_comm(
* @param wm_raw_memory_embedding : the WholeMemory Tensor that is to be cached which stores all
* embeddings.
* @param cache_comm : communicator of cache
* @param embedding_entry_count_per_cache_rank : embedding entries covered by each cache rank
* @param embedding_entry_offsets : embedding entry offset of each cache rank
* @param cache_local_data : embedding_cache_local_data of wm_raw_memory_embedding
* @param cache_set_coverage : cache set coverage
* @param p_env_fns : env fns
Expand Down

0 comments on commit e661c4f

Please sign in to comment.