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