Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 6a8b6fb

Browse files
committed
Uncomment require_global_compiler_lock() (#120)
This line was commented when introduced codegen debugging by @DrTodd13. Uncommenting this line requires modifications in numba-dppy. It seems that numba-dppy compilation does not work correctly with global compiler lock.
1 parent 1a3adc4 commit 6a8b6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba/core/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def finalize(self):
663663
Finalization involves various stages of code optimization and
664664
linking.
665665
"""
666-
require_global_compiler_lock()
666+
#require_global_compiler_lock()
667667

668668
# Report any LLVM-related problems to the user
669669
self._codegen._check_llvm_bugs()

0 commit comments

Comments
 (0)