Skip to content

Commit

Permalink
expands support for more offset types in segmented benchmark (NVIDIA#…
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle authored and davebayer committed Jan 18, 2025
1 parent 2e3a28f commit f7ee2a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,9 @@ void do_not_optimize(const void* ptr)
seed_t, cuda::std::span<TYPE>, std::size_t, std::size_t)

INSTANTIATE(int32_t);
INSTANTIATE(uint32_t);
INSTANTIATE(int64_t);
INSTANTIATE(uint64_t);

#undef INSTANTIATE

Expand Down

0 comments on commit f7ee2a1

Please sign in to comment.