mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
remove need for make_space_iterator
This commit is contained in:
@@ -130,7 +130,7 @@ struct under_diag final : nvbench::user_axis_space
|
||||
};
|
||||
|
||||
const size_t iteration_length = ((info[0].size * (info[1].size + 1)) / 2);
|
||||
return nvbench::detail::make_space_iterator(2,
|
||||
return nvbench::detail::axis_space_iterator(2,
|
||||
iteration_length,
|
||||
adv_func,
|
||||
diag_under);
|
||||
@@ -201,7 +201,7 @@ struct gauss final : nvbench::user_axis_space
|
||||
indices[locs[0]] = temp;
|
||||
};
|
||||
|
||||
return nvbench::detail::make_space_iterator(1,
|
||||
return nvbench::detail::axis_space_iterator(1,
|
||||
iteration_length,
|
||||
gauss_func);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user