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