Skip to content

Commit

Permalink
Remove unused parameter from copy_partition kernel documentation (#8283)
Browse files Browse the repository at this point in the history
PR #8232 removed the `num_partitions` parameter from the `copy_partition` kernel but failed to update the associated documentation.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Karthikeyan (https://github.com/karthikeyann)
  - David Wendt (https://github.com/davidwendt)

URL: #8283
  • Loading branch information
robertmaynard authored May 19, 2021
1 parent 32c1bac commit 5994751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/copying/contiguous_split.cu
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ __device__ void copy_buffer(uint8_t* __restrict__ dst,
* the actual copy.
*
* @param num_src_bufs Total number of source buffers (N)
* @param num_partitions Number of partitions the each source buffer is split into (M)
* @param src_bufs Input source buffers (N)
* @param dst_bufs Desination buffers (N*M)
* @param buf_info Information on the range of values to be copied for each destination buffer.
Expand Down

0 comments on commit 5994751

Please sign in to comment.