Skip to content

Commit 5ebe7fe

Browse files
Update docs around iteration_space_base constructor
1 parent 99395df commit 5ebe7fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nvbench/iteration_space_base.cuh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ struct iteration_space_base
5353
/*!
5454
* Construct a new derived iteration_space
5555
*
56-
* @param[input_indices]
57-
* @param[output_indices]
56+
* The input_indices and output_indices combine together to allow the iteration space to know
57+
* what axi they should query from axes_metadata and where each of those map to in the output
58+
* iteration space.
59+
* @param[input_indices] recorded indices of each axi from the axes metadata value space
60+
* @param[output_indices] requested indices of each axi for output when iterating the type+value space
5861
*/
5962
iteration_space_base(std::vector<std::size_t> input_indices,
6063
std::vector<std::size_t> output_indices);

0 commit comments

Comments
 (0)