[object Object][object Object][object Object]undefined
[object Object]

Ge (greater than or equal to) compares src0 >= src1 element by element. If the comparison holds, the output result is 1; otherwise, the output result is 0. The comparison result of each element occupies one bit. The computation formula is as follows:

dst=scr0>=scr1dst = scr0 >= scr1 [object Object]
  • High-dimensional tiling computation

    [object Object]
  • Synchronous computation

    [object Object]
[object Object][object Object]undefined
[object Object]

None

[object Object]

PIPE_V

[object Object]
  • For operand address overlap constraints, refer to .
  • The starting addresses of dst, src0, and src1 must be 32-byte aligned.
  • dst is sorted into a binary result in little-endian order, corresponding to the data comparison result at the corresponding position in src.
  • When the result is output to the destination address, the mask parameter does not take effect.
  • When using the register-based interface, you need to use to obtain the comparison result.
  • When the result is output to a register, a fixed 256B of data is processed, and the repeat field does not take effect.
  • When the result is output to a register, if a bit in the mask is 0 and the value of the corresponding bit in the output register does not change, the final result may contain residuals from the previous computation. To initialize the register, you can call the interface.
[object Object]
[object Object]