Script.mbarrier.producer_initial_phase¶
- Script.mbarrier.producer_initial_phase = 1¶
Initial phase value for the producer in a producer-consumer pipeline. The producer starts by waiting for the barrier to leave this phase (i.e., waiting for the consumer to free the slot), so it is initialized to
1.