mlc-ai / relax

Apache License 2.0
140 stars 70 forks source link

[Relax] Bitwise and logical binary ops (AND, OR, XOR) #249

Closed vvchernov closed 1 year ago

vvchernov commented 1 year ago

Bitwise and logical binary ops were added to Relax. Part of them is needed to support MPT-like model on Relax

cc @tqchen

tqchen commented 1 year ago

Thanks @vvchernov can we send these to unity branch? We will then pull these changes in

vvchernov commented 1 year ago

Hello @tqchen! Yes I can do it on unity branch of apache/tvm. But I understand that NOT op is also needed for me, I think I add it here.

vvchernov commented 1 year ago

Hello @tqchen! Done: https://github.com/apache/tvm/pull/15075

vvchernov commented 1 year ago

Merged into original apache/tvm/unity and upstreamed