Script.mbarrier.consumer_initial_phase¶
- Script.mbarrier.consumer_initial_phase = 0¶
Initial phase value for the consumer in a producer-consumer pipeline. The consumer starts by waiting for the barrier to leave this phase (i.e., waiting for the producer to fill the slot), so it is initialized to
0(the barrier’s initial phase).