Skip to content

Commit 3517745

Browse files
Add a comment next to radix_sort_contig_fn_ptr_t type definition
1 parent a6d51af commit 3517745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ template <typename IndexT, typename ValueT, typename ProjT> struct IndexedProj
15891589

15901590
} // end of namespace radix_sort_details
15911591

1592+
// same signature as sort_contig_fn_ptr_t
15921593
typedef sycl::event (*radix_sort_contig_fn_ptr_t)(
15931594
sycl::queue &,
15941595
size_t,

0 commit comments

Comments
 (0)