Skip to content

Commit

Permalink
Remove the config to control parfor fallback. The feature is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed May 19, 2023
1 parent b0eacb6 commit ec62f96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numba_dpex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def __getattr__(name):
# Dump offload diagnostics
OFFLOAD_DIAGNOSTICS = _readenv("NUMBA_DPEX_OFFLOAD_DIAGNOSTICS", int, 0)

FALLBACK_ON_CPU = _readenv("NUMBA_DPEX_FALLBACK_ON_CPU", int, 1)

# Activate Native floating point atomcis support for supported devices.
# Requires llvm-spirv supporting the FP atomics extension
NATIVE_FP_ATOMICS = _readenv("NUMBA_DPEX_ACTIVATE_ATOMICS_FP_NATIVE", int, 0)
Expand Down

0 comments on commit ec62f96

Please sign in to comment.