warp.lshift#
- warp.lshift(a: Int, b: Int) Int#
Kernel
Compute
aleft-shifted bybbits.
- warp.lshift(
- a: Vector[Int, Any],
- b: Vector[Int, Any],
Kernel
Compute
aleft-shifted bybbits.Apply the operation element-wise to vectors.
- warp.lshift(
- a: Matrix[Int, Any, Any],
- b: Matrix[Int, Any, Any],
Kernel
Compute
aleft-shifted bybbits.Apply the operation element-wise to matrices.