From 818dcf9c5f01aa352efa0496c2b1df169266fef5 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Tue, 14 Jul 2020 00:14:54 +0000 Subject: [PATCH] wip --- CUDA/cudapit.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUDA/cudapit.cu b/CUDA/cudapit.cu index e168bf0..e71844b 100755 --- a/CUDA/cudapit.cu +++ b/CUDA/cudapit.cu @@ -11,7 +11,7 @@ #include <cstdint> uint64_t blocks = 1024; uint64_t threads = 1024; -uint64_t nloop = 1000000; +uint64_t nloop = 10000000; uint64_t npts = blocks*threads; std::vector<double> results; __global__ void init(double *arr,uint64_t nloop,uint64_t npts,int index) { -- GitLab