summaryrefslogtreecommitdiff
path: root/expt_0516.cu
diff options
context:
space:
mode:
Diffstat (limited to 'expt_0516.cu')
-rw-r--r--expt_0516.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/expt_0516.cu b/expt_0516.cu
index f141027..82755ac 100644
--- a/expt_0516.cu
+++ b/expt_0516.cu
@@ -260,12 +260,12 @@ int main(int argc, char const *argv[]) {
// custom_sort.testCalculation();
P_ERR("\rApply custom length and test calculation");
applyCudaSampleLength<<<1, 1>>>(sample_length);
- testCustomCalculation<<<1, 1>>>(sample_length, sizeof(key_type) * 8);
+ // testCustomCalculation<<<1, 1>>>(sample_length);
cudaDeviceSynchronize();
P_ERR("\rApply custom length and test calculation completed");
// Can remove this function if pass
- CustomSort::testSelf(sample_length, sizeof(key_type) * 8);
+ // CustomSort::testSelf(sample_length);
initSample<<<1, 1>>>(cudaSample, cudaPopulation);
cudaDeviceSynchronize();