summaryrefslogtreecommitdiff
path: root/sortlib.cuh
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-27 22:55:44 +0800
committerKunoiSayami <[email protected]>2023-05-27 22:55:44 +0800
commit74a5230d639686b71d0fb0fb57ff246913c15c3e (patch)
tree65ba7aa85c33a4beea105cb15a0c12ddc6e3c227 /sortlib.cuh
parentbe0483ef4b6935324f85f124da8f4c1b93e918f6 (diff)
feat(exp): Add expt_0525.cu
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'sortlib.cuh')
-rw-r--r--sortlib.cuh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sortlib.cuh b/sortlib.cuh
index ae0ea67..4c339ca 100644
--- a/sortlib.cuh
+++ b/sortlib.cuh
@@ -55,6 +55,7 @@ public:
const key_type val) const {
// int step_limit = (int)fast_log(LENGTH);
+ // printf("Binary search\n");
key_type *last_known_point = start;
auto son = 0UL;