MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / xori

Function xori

python/cuda_tile/dialects/cuda_tile_ops.py:4948–4949  ·  view source on GitHub ↗
(lhs, rhs, *, loc=None, ip=None)

Source from the content-addressed store, hash-verified

4946@check_data_type_binary("lhs", _ods_ir.IntegerType)
4947@check_data_type_binary("rhs", _ods_ir.IntegerType)
4948def 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

Callers

nothing calls this directly

Calls 1

return_resultsFunction · 0.85

Tested by

no test coverage detected