warp.bit_xor# warp.bit_xor(a: Int, b: Int) → Int# Kernel warp.bit_xor( a: Vector[Any, Int], b: Vector[Any, Int], ) → Vector[Any, Int] Kernel warp.bit_xor( a: Matrix[Any, Any, Int], b: Matrix[Any, Any, Int], ) → Matrix[Any, Any, Int] Kernel warp.bit_xor( a: Tile[Any, tuple[int, ...]], b: Tile[Any, tuple[int, ...]], ) → Tile[Any, tuple[int, ...]] Kernel Bitwise XOR each element of two tiles together