(lhs, rhs, *, loc=None, ip=None)
| 4946 | @check_data_type_binary("lhs", _ods_ir.IntegerType) |
| 4947 | @check_data_type_binary("rhs", _ods_ir.IntegerType) |
| 4948 | def xori(lhs, rhs, *, loc=None, ip=None) -> Tile: |
| 4949 | return return_results(_cuda_tile.XOrIOp(lhs, rhs, loc=loc, ip=ip)) |
| 4950 | |
| 4951 | |
| 4952 | @cuda_tile_op |
nothing calls this directly
no test coverage detected