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 d496e08 commit a9edf94Copy full SHA for a9edf94
dpctl/tensor/libtensor/include/kernels/sorting/sort.hpp
@@ -734,6 +734,8 @@ sycl::event stable_sort_axis1_contig_impl(
734
735
auto comp = Comp{};
736
737
+ // constant chosen experimentally to ensure monotonicity of
738
+ // sorting performance, as measured on GPU Max, and Iris Xe
739
constexpr size_t sequential_sorting_threshold = 16;
740
741
if (sort_nelems < sequential_sorting_threshold) {
0 commit comments