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

Merge branch 'remove-debugging-raise' into 'master'

Remove accidentally-committed debugging raise statement in pyopencl.cache (Closes #12)

Closes #12

See merge request !69
parents 0faf48a1 7c7a196a
No related branches found
No related tags found
No related merge requests found
...@@ -480,7 +480,6 @@ def create_built_program_from_source_cached(ctx, src, options_bytes, devices=Non ...@@ -480,7 +480,6 @@ def create_built_program_from_source_cached(ctx, src, options_bytes, devices=Non
already_built = False already_built = False
except Exception as e: except Exception as e:
raise
from pyopencl import Error from pyopencl import Error
if (isinstance(e, Error) if (isinstance(e, Error)
and e.code == _cl.status_code.BUILD_PROGRAM_FAILURE): and e.code == _cl.status_code.BUILD_PROGRAM_FAILURE):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment