warp.bit_and#
- warp.bit_and(a: Int, b: Int) Int#
Kernel
Compute the bitwise AND of
aandb.
- warp.bit_and(
- a: Vector[Any, Int],
- b: Vector[Any, Int],
Kernel
Compute the bitwise AND of
aandb.Apply the operation element-wise to vectors.
- warp.bit_and(
- a: Matrix[Any, Any, Int],
- b: Matrix[Any, Any, Int],
Kernel
Compute the bitwise AND of
aandb.Apply the operation element-wise to matrices.