gez_tile
-
void ckernel::gez_tile_init()
-
Please refer to documentation for any_init.
-
void ckernel::gez_tile(uint32_t idst)
-
Will store in the output of the compute core True if each element is greater than or equal to zero. The DST register buffer must be in acquired state via acquire_dst call. This call is blocking and is only available on the compute engine.
Return value: None
Argument Description
idst The index of the tile in DST register buffer to perform the computation on
-
void ckernel::gez_tile_int32(uint32_t idst)
-
Will store in the output of the compute core True if each element is greater than or equal to zero. The DST register buffer must be in acquired state via acquire_dst call. This call is blocking and is only available on the compute engine.
Return value: None
Argument Description
idst The index of the tile in DST register buffer to perform the computation on