Merge remote-tracking branch 'origin/main'

This commit is contained in:
NiccoloN
2026-05-08 13:12:47 +02:00
4 changed files with 52 additions and 31 deletions
@@ -23,6 +23,7 @@ using namespace mlir;
namespace onnx_mlir {
namespace {
static std::optional<unsigned> getDirectComputeInputIndex(Operation* owner, unsigned operandNumber) {
if (auto compute = dyn_cast<spatial::SpatCompute>(owner)) {
unsigned inputCount = compute.getInputs().size();