Todd A. Anderson
Todd A. Anderson
```python def get_base_slice_internal(sv, arr): t = UTx.build_full_slice3_tuple(arr.ndim) s = _base_offset(sv) e = np.ones(len_base_offset(sv), dtype=ramba_dist_dtype) st = np.ones(len_base_offset(sv), dtype=ramba_dist_dtype) for i, v in enumerate(_axis_map(sv)): if v >= 0: e[v] += (_size(sv)[i]-1)...
```python import dpnp import numba_dpex import numba import numba.cpython.unsafe.tuple as UT @numba_dpex.dpjit def njfiller(i1, i2): return i1 + i1 @numba_dpex.dpjit def do_fill(A, sz, starts): for i in numba.pndindex(sz): arg =...
```python import dpnp import numba_dpex import numba import numba.cpython.unsafe.tuple as UT @numba_dpex.dpjit def do_fill(A, sz, starts): for i in numba.pndindex(sz): arg = sz # Construct the global index...yes I know...
**Describe the bug** llvm/bin/config --libs does not include "-lLLVMGenXIntrinsics" when I believe that it should. **To Reproduce** Run llvm/bin/config --libs. **Environment (please complete the following information):** - OS: Linux -...
Add ability to add operand bundles to call sites. Add support for a couple LLVM file system functions. Somebody in my org accidentally deleted the repo with the original PR...