Skip to content
Snippets Groups Projects
Commit 818dcf9c authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent f2773e1f
No related branches found
No related tags found
No related merge requests found
Pipeline #5657 passed
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment