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