• Ricardo Vieira's avatar
    Support more cases of multi-dimensional advanced indexing and updating in Numba · 6a19a378
    Ricardo Vieira 提交于
    Extends pre-existing rewrite to ravel multiple integer indices, and to place them consecutively. The following cases should now be supported without object mode:
    * Advanced integer indexing (not mixed with basic or boolean indexing) that do not require broadcasting of indices
    * Consecutive advanced integer indexing updating (set/inc) (not mixed with basic or boolean indexing) that do not require broadcasting of indices or y.
    6a19a378
subtensor.py 72.7 KB