warp.bit_and#

warp.bit_and(a: Int, b: Int) Int#
  • Kernel

Compute the bitwise AND of a and b.

warp.bit_and(
a: Vector[Any, Int],
b: Vector[Any, Int],
) Vector[Any, Int]
  • Kernel

Compute the bitwise AND of a and b.

Apply the operation element-wise to vectors.

warp.bit_and(
a: Matrix[Any, Any, Int],
b: Matrix[Any, Any, Int],
) Matrix[Any, Any, Int]
  • Kernel

Compute the bitwise AND of a and b.

Apply the operation element-wise to matrices.

warp.bit_and(
a: Tile[Any, tuple[int, ...]],
b: Tile[Any, tuple[int, ...]],
) Tile[Any, tuple[int, ...]]
  • Kernel

Compute the bitwise AND of a and b.

Apply the operation element-wise to tiles.