numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Duplication of DEBUG configuration

Open PokhodenkoSA opened this issue 4 years ago • 0 comments

Duplication of DEBUG configuration

DEBUG variable is in files:

  • numba_dppy/dpnp_glue/__init__.py
  • numba_dppy/compiler.py
  • numba/core/config.py

It should be in files:

  • numba_dppy/config.py
  • numba/core/config.py

numba-dppy DEBUG should be set as numba DEBUG by default. It should be able to set via NUMBA_DPPY_DEBUG env variable.

PokhodenkoSA avatar Jan 27 '21 13:01 PokhodenkoSA