• 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
名称
最后提交
最后更新
..
c 正在载入提交数据...
jax 正在载入提交数据...
numba 正在载入提交数据...
pytorch 正在载入提交数据...
__init__.py 正在载入提交数据...
test_link.py 正在载入提交数据...
test_utils.py 正在载入提交数据...
test_vm.py 正在载入提交数据...