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.
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.