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