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