Skip to content

Move variables from numba/core/config.py to numba_dppy/config.py #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

PokhodenkoSA
Copy link
Contributor

Variables in module numba_dppy.config are renamed.
They do not use DPPY_ prefix:
SAVE_DPPL_IR_FILES -> SAVE_IR_FILES

Environament variables should have NUMBA_DPPY_ prefix:
NUMBA_SAVE_DPPL_IR_FILES -> NUMBA_DPPY_SAVE_IR_FILES
NUMBA_SPIRV_VAL -> NUMBA_DPPY_SPIRV_VAL

Variables in module numba_dppy.config are renamed.
They do not use `DPPY_` prefix:
SAVE_DPPL_IR_FILES -> SAVE_IR_FILES

Environament variables should have `NUMBA_DPPY_` prefix:
NUMBA_SAVE_DPPL_IR_FILES -> NUMBA_DPPY_SAVE_IR_FILES
NUMBA_SPIRV_VAL -> NUMBA_DPPY_SPIRV_VAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant