Skip to content

Commit 947fbc5

Browse files
committed
Add Mustard github repo and change image.
1 parent c133c67 commit 947fbc5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/assets/mustard.png

138 KB
Loading

docs/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ BeyondMoore Software Ecosystem
643643
<div clas="flex flex-col justify-start">
644644
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
645645
<img width="32" src="./assets/git.webp" />
646-
<a href="https://github.com/ParCoreLab/" class="text-xl font-semibold font-sans visited:text-teal-700">CPU-Free Task Graph</a>
646+
<a href="https://github.com/ParCoreLab/mustard" class="text-xl font-semibold font-sans visited:text-teal-700">CPU-Free Task Graph</a>
647647
</div>
648648
<p class="text-lg"> We've designed and implemented a lightweight runtime system tailored for CPU-free task graph
649649
execution in multi-device systems. Our runtime minimizes CPU involvement by handling task graph initialization
@@ -652,9 +652,12 @@ BeyondMoore Software Ecosystem
652652
synchronously tracks task dependencies. By accepting computational graphs as input, originally designed for single
653653
GPUs, it seamlessly scales to multiple GPUs without necessitating code modifications. <cr/> More details about the
654654
project will be available soon. The related paper is under review. </p>
655+
<p>
656+
<a href="https://github.com/ParCoreLab/mustard" class="text-xl font-semibold font-sans visited:text-teal-700">More details and git repository of the project.</a>
657+
</p>
655658
</div>
656659
<div class="grid h-[100%] justify-center place-items-center">
657-
<img width="400px" src="./assets/task-graph-Ilyas.png" />
660+
<img width="400px" src="./assets/mustard.png" />
658661
</div>
659662
</div>
660663

0 commit comments

Comments
 (0)