From 9d29c4b7d515b142350d2100d920a2cf7a01da41 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 18 Jun 2013 13:05:51 -0400 Subject: [PATCH] Actually honor invocation flags --- loopy/compiled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/compiled.py b/loopy/compiled.py index fe8435be7..8ef20f144 100644 --- a/loopy/compiled.py +++ b/loopy/compiled.py @@ -765,7 +765,7 @@ class CompiledKernel: cl_kernel=cl_kernel, impl_arg_info=impl_arg_info, invoker=generate_invoker( - kernel, impl_arg_info, InvocationFlags())) + kernel, impl_arg_info, self.iflags)) # {{{ debugging aids -- GitLab