Fxied a typo in pipeline descript docs. (#2623)

This commit is contained in:
wbn
2025-09-16 10:32:27 +08:00
committed by GitHub
parent 25ccb875b8
commit 7817e47154

View File

@ -90,7 +90,7 @@ before issuing other instructions associated with a particular pipeline stage
(e.g., copy or write).
This is a blocking instruction
which blocks further execution of consumer threads
which blocks further execution of producer threads
unless the particular stage waiting to be acquired
is released by a consumer.