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

Head commit for run:
b2c58ef122e48845437cfb29ccccaba945b92343 / Neo Chien 
<[email protected]>
[TIR] Fix Data Type Mismatch (int64 vs int32) in T.match_buffer when Working 
with Scalar Buffers in TIR (#18466)

This PR is trying to fix issues
https://github.com/apache/tvm/issues/17392.

The issue with `T.match_buffer` for scalar elements that was causing the
int64 vs. int32 type mismatch error in TVM.

Fix:
- Safe Type Coercion: Allows automatic casting between integer types
when they have the same number of lanes
- Type Safety Preserved: Still rejects incompatible type combinations
(int vs float, different lane counts)

---------

Co-authored-by: cchung100m <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to