summaryrefslogtreecommitdiff
path: root/expt_0830.cu
diff options
context:
space:
mode:
Diffstat (limited to 'expt_0830.cu')
-rw-r--r--expt_0830.cu5
1 files changed, 3 insertions, 2 deletions
diff --git a/expt_0830.cu b/expt_0830.cu
index 6f7e14a..fc05092 100644
--- a/expt_0830.cu
+++ b/expt_0830.cu
@@ -1,3 +1,5 @@
+#define ENABLE_SORT_TEST
+#define SORT_FIRST_VERSION
#include "sortlib.cuh"
#include <algorithm>
@@ -53,8 +55,7 @@ __global__ void kernel(unsigned long step, const double slice_size,
// printf("%d\n", tid);
auto index = (int)(custom_sort.sample_cdf_custom_version(
- cudaSampleItem, cudaSampleItem + SAMPLE_LENGTH,
- cudaPopulationItem[tid]) /
+ cudaSampleItem, cudaPopulationItem[tid]) /
slice_size) -
1;
// printf("%llu %d\n", cudaPopulationItem[tid], index);