diff --git a/numba_dpex/config.py b/numba_dpex/config.py index 37dff9b8af..4d10ec1554 100644 --- a/numba_dpex/config.py +++ b/numba_dpex/config.py @@ -90,7 +90,9 @@ def __getattr__(name): ) # Emit LLVM assembly language format(.ll) -DUMP_KERNEL_LLVM = _readenv("NUMBA_DPEX_DUMP_KERNEL_LLVM", int, config.DUMP_OPTIMIZED) +DUMP_KERNEL_LLVM = _readenv( + "NUMBA_DPEX_DUMP_KERNEL_LLVM", int, config.DUMP_OPTIMIZED +) # configs for caching # To see the debug messages for the caching.