The GitHub Actions job "Teams" on tvm.git/main has succeeded.
Run started by GitHub user caiyaodeng (triggered by caiyaodeng).

Head commit for run:
ec0026e0bc8b7904b29e167e39b252c7e2794d4a / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax][PyTorch] Fix index_put with broadcast indices (#18533)

## Related Issue

closes https://github.com/apache/tvm/issues/18355

## Why

Converting PyTorch operations like M[:, rows, cols] = x failed because:
1. The TOPI index_put implementation called len() on TVM Tensor objects
(unsupported)
2. Index tensors with different shapes (e.g., (2,) and (10,)) couldn't
broadcast together

## How

- Added broadcasting support following NumPy rules to handle
multi-dimensional index tensors
- add tests for batched indexing pattern M[:, rows, cols] = x

Report URL: https://github.com/apache/tvm/actions/runs/19849984265

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to