Limitations

The following functionality is limited or not supported.

Altering arguments modified in code

Altering arguments has limitation. For it to work correctly arguments should not be modified in code. See Numba issue.

See Assignment to Variables.

Using Numba’s direct gdb bindings in nopython mode

Using Numba’s direct gdb bindings in nopython mode is not supported in numba-dpex.

See Numba documentation.