warp.bit_or#

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

Compute the bitwise OR of a and b.

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

Compute the bitwise OR of a and b.

Apply the operation element-wise to vectors.

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

Compute the bitwise OR of a and b.

Apply the operation element-wise to matrices.

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

Compute the bitwise OR of a and b.

Apply the operation element-wise to tiles.