Unverified Commit e7d09cec authored by Petr Kurapov's avatar Petr Kurapov Committed by GitHub
Browse files

[MLIR][Linalg] Ternary Op & Linalg select (#91461)



Following #90236, adding `select` to linalg as `arith.select`. No
implicit type casting.
OpDSL doesn't expose a type restriction for bool, but I saw no reason in
adding it (put a separate symbolic type and check the semantics in the
builder).

---------

Co-authored-by: default avatarRenato Golin <rengolin@systemcall.eu>
Co-authored-by: default avatarMaksim Levental <maksim.levental@gmail.com>
parent 995a8af8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment