From cddddfd2557b49fb7b901e0b5acc3f88a1cd5694 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Wed, 13 Nov 2013 16:23:24 +0100 Subject: [PATCH] +1 --- examples_cuda/mandelbrot_tasks3d/mandel_cu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_cuda/mandelbrot_tasks3d/mandel_cu.cpp b/examples_cuda/mandelbrot_tasks3d/mandel_cu.cpp index 57ce9ac7..45c66eb4 100644 --- a/examples_cuda/mandelbrot_tasks3d/mandel_cu.cpp +++ b/examples_cuda/mandelbrot_tasks3d/mandel_cu.cpp @@ -257,10 +257,10 @@ extern "C" assert(module_1 != NULL); assert(func_name != NULL); assert(func_args != NULL); -#if 1 +#if 0 const char * module = module_1; #else - const std::vector module_str = readBinary("kernel.cubin"); + const std::vector module_str = readBinary("__kernels.cubin"); const char * module = &module_str[0]; #endif #if 1