Skip to content

Commit

Permalink
Fix spelling-check error (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko authored Feb 3, 2025
1 parent 3382895 commit 4766dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ __onesweep_impl(sycl::queue __q, _RngPack1&& __input_pack, _RngPack2&& __virt_pa
constexpr ::std::uint32_t __global_hist_item_count = __bin_count * __stage_count;
const ::std::uint32_t __group_hist_item_count = __bin_count * __stage_count * __sweep_work_group_count;

// TODO: check if it is more performant to fill it inside the histgogram kernel
// TODO: check if it is more performant to fill it inside the histogram kernel
// This line assumes that global and group histograms are stored sequentially
sycl::event __event_chain = __q.memset(__mem_holder.__global_hist_ptr(), 0,
(__global_hist_item_count + __group_hist_item_count) * sizeof(_GlobalHistT));
Expand Down

0 comments on commit 4766dae

Please sign in to comment.