Skip to content
Snippets Groups Projects
Commit 52f0da69 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Compiled: Don't flag KeyboardInterrupt as a build failure.

parent 57aedc85
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ class CompiledKernel:
self.cl_kernel = getattr(
self.cl_program.build(options=options),
kernel.name)
except KeyboardInterrupt:
raise
except:
print "[Loopy] ----------------------------------------------------"
print "[Loopy] build failed, here's the source code:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment