warp.lshift#

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

Compute a left-shifted by b bits.

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

Compute a left-shifted by b bits.

Apply the operation element-wise to vectors.

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

Compute a left-shifted by b bits.

Apply the operation element-wise to matrices.