From fb10fa5308ae2d7473cf6962f39aaf3bb6a1bfcd Mon Sep 17 00:00:00 2001 From: milesvant <26556534+milesvant@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:55:46 -0700 Subject: [PATCH] Fix broken pipeline link in docs (#1143) --- media/docs/pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/pipeline.md b/media/docs/pipeline.md index 1107b820..1e15b4e4 100644 --- a/media/docs/pipeline.md +++ b/media/docs/pipeline.md @@ -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.