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

Performs element-wise comparison to determine whether src0 <= src1 holds. If the condition is true, the output result is 1; otherwise, it is 0. The comparison result of each element occupies 1 bit. When the result is output to a register, you can call after the computation is complete to obtain the comparison result.

[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 binary results in little-endian order, corresponding to the comparison results of the data at the corresponding positions 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 corresponding output register bit value does not change, the final result may contain residual data from the previous computation. To initialize the register, you can call the interface.
[object Object]
[object Object]