We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ffaeb commit 6f01658Copy full SHA for 6f01658
benchmarks/python/comparative/compare.py
@@ -282,3 +282,9 @@ def predicate(x):
282
compare_filtered("topk --size 32768x128 --axis 1")
283
compare_filtered("topk --size 128x128 --axis 0 --cpu")
284
compare_filtered("topk --size 128x128 --axis 1 --cpu")
285
+
286
+ # Searchsorted variants
287
+ compare_filtered("searchsorted_integrated --size 32768 --cpu")
288
+ compare_filtered("searchsorted_linear --size 32768 --cpu")
289
+ compare_filtered("searchsorted_binary --size 32768 --cpu")
290
+ compare_filtered("searchsorted_helper --size 32768 --cpu")
0 commit comments