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