We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99395df commit 5ebe7feCopy full SHA for 5ebe7fe
nvbench/iteration_space_base.cuh
@@ -53,8 +53,11 @@ struct iteration_space_base
53
/*!
54
* Construct a new derived iteration_space
55
*
56
- * @param[input_indices]
57
- * @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
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
61
*/
62
iteration_space_base(std::vector<std::size_t> input_indices,
63
std::vector<std::size_t> output_indices);
0 commit comments