Fix broken pipeline link in docs (#1143)
This commit is contained in:
parent
5e1a0a5adb
commit
fb10fa5308
@ -73,7 +73,7 @@ dozens of different kinds of asynchronously executing operations
|
|||||||
that synchronize using multiple barriers organized as a circular list.
|
that synchronize using multiple barriers organized as a circular list.
|
||||||
This complexity is too much for human programmers to manage by hand.
|
This complexity is too much for human programmers to manage by hand.
|
||||||
As a result, we have developed
|
As a result, we have developed
|
||||||
[asynchronous Pipeline classes](/include/cutlass/pipeline.hpp).
|
[asynchronous Pipeline classes](/include/cutlass/pipeline/).
|
||||||
These classes help developers orchestrate a pipeline
|
These classes help developers orchestrate a pipeline
|
||||||
of asynchronous producer and consumer threads,
|
of asynchronous producer and consumer threads,
|
||||||
without needing to worry about lower-level hardware details.
|
without needing to worry about lower-level hardware details.
|
||||||
|
Loading…
Reference in New Issue
Block a user