mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
[Mosaic GPU] Add layout inference for arith.Ext{F,SI,UI}Op
and arith.Trunc{F,I}Op
.
PiperOrigin-RevId: 730851596
This commit is contained in:
parent
6f966397e0
commit
5312b5e35a
@ -243,6 +243,7 @@ for op in [
|
||||
arith.AndIOp,
|
||||
arith.CmpFOp,
|
||||
arith.CmpIOp,
|
||||
arith.ExtFOp, arith.ExtSIOp, arith.ExtUIOp,
|
||||
arith.MaximumFOp,
|
||||
arith.MaxUIOp, arith.MaxSIOp,
|
||||
arith.MinimumFOp,
|
||||
@ -252,6 +253,7 @@ for op in [
|
||||
arith.FloorDivSIOp, arith.DivUIOp, arith.DivFOp,
|
||||
arith.RemUIOp, arith.RemSIOp, arith.RemFOp,
|
||||
arith.SubIOp, arith.SubFOp,
|
||||
arith.TruncFOp, arith.TruncIOp,
|
||||
arith.XOrIOp,
|
||||
vector.LoadOp,
|
||||
vector.StoreOp,
|
||||
|
Loading…
x
Reference in New Issue
Block a user