From db13639460aabb95ff23219c60360ce81170975e Mon Sep 17 00:00:00 2001 From: Evghenii Date: Mon, 18 Nov 2013 12:42:23 +0100 Subject: [PATCH] change # options --- examples_cuda/options/options.cpp | 2 +- examples_cuda/options/options_cu.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_cuda/options/options.cpp b/examples_cuda/options/options.cpp index c5cca5f7..cb2ee8a2 100644 --- a/examples_cuda/options/options.cpp +++ b/examples_cuda/options/options.cpp @@ -78,7 +78,7 @@ static void usage() { int main(int argc, char *argv[]) { - int nOptions = 128*1024; + int nOptions = 1024*1024; for (int i = 1; i < argc; ++i) { if (strncmp(argv[i], "--count=", 8) == 0) { diff --git a/examples_cuda/options/options_cu.cpp b/examples_cuda/options/options_cu.cpp index c9914ed0..4660e7fe 100644 --- a/examples_cuda/options/options_cu.cpp +++ b/examples_cuda/options/options_cu.cpp @@ -55,7 +55,7 @@ static void usage() { int main(int argc, char *argv[]) { - int nOptions = 128*1024; + int nOptions = 1024*1024; for (int i = 1; i < argc; ++i) { if (strncmp(argv[i], "--count=", 8) == 0) {