Skip to content

Commit

Permalink
Update docs around iteration_space_base constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored Aug 23, 2022
1 parent 99395df commit 5ebe7fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nvbench/iteration_space_base.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ struct iteration_space_base
/*!
* Construct a new derived iteration_space
*
* @param[input_indices]
* @param[output_indices]
* The input_indices and output_indices combine together to allow the iteration space to know
* what axi they should query from axes_metadata and where each of those map to in the output
* iteration space.
* @param[input_indices] recorded indices of each axi from the axes metadata value space
* @param[output_indices] requested indices of each axi for output when iterating the type+value space
*/
iteration_space_base(std::vector<std::size_t> input_indices,
std::vector<std::size_t> output_indices);
Expand Down

0 comments on commit 5ebe7fe

Please sign in to comment.