warp.bit_xor# warp.bit_xor(a: Int, b: Int) → Int# Kernel: truePython: trueDifferentiable: falseCompute the bitwise XOR of a and b. warp.bit_xor( a: Vector[Int, Any], b: Vector[Int, Any], ) → Vector[Int, Any] Kernel: truePython: trueDifferentiable: falseCompute the bitwise XOR of a and b. Apply the operation element-wise to vectors. warp.bit_xor( a: Matrix[Int, Any, Any], b: Matrix[Int, Any, Any], ) → Matrix[Int, Any, Any] Kernel: truePython: falseDifferentiable: falseCompute the bitwise XOR of a and b. Apply the operation element-wise to matrices. warp.bit_xor( a: Tile[Any, tuple[int, ...]], b: Tile[Any, tuple[int, ...]], ) → Tile[Any, tuple[int, ...]] Kernel: truePython: falseDifferentiable: falseCompute the bitwise XOR of a and b. Apply the operation element-wise to tiles.