Skip to content

Commit

Permalink
Fix broken pipeline link in docs (NVIDIA#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesvant authored Oct 18, 2023
1 parent 5e1a0a5 commit fb10fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dozens of different kinds of asynchronously executing operations
that synchronize using multiple barriers organized as a circular list.
This complexity is too much for human programmers to manage by hand.
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
of asynchronous producer and consumer threads,
without needing to worry about lower-level hardware details.
Expand Down

0 comments on commit fb10fa5

Please sign in to comment.