Skip to content

Commit fda23a7

Browse files
authored
Update index.md
changed the not found links
1 parent 85920c9 commit fda23a7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: docs/index.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,12 @@ BeyondMoore Software Ecosystem
562562
<div clas="flex flex-col justify-start">
563563
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
564564
<img width="32" src="./assets/git.webp" />
565-
<a href="https://github.com/ParCoreLab/UniConn" class="text-xl font-semibold font-serif visited:text-teal-700">Unified Communication Library</a>
565+
<a href="https://github.com/ParCoreLab/" class="text-xl font-semibold font-serif visited:text-teal-700">Unified Communication Library</a>
566566
</div>
567-
<p class="text-lg">We're undertaking the design of an API for a unified communication library to streamline device-to-device communication within the CPU-free model by aiming to optimize communication efficiency across diverse devices. More details about the project will be available soon. The related paper is under preparation.</p>
567+
<p class="text-lg">We're undertaking the design of an API for a unified communication library to streamline device-to-device communication within the CPU-free model by aiming to optimize communication efficiency across diverse devices. We are also investigating how the available communication libraries for a system perform under different
568+
message sizes and communication patterns. Thus, we ex-
569+
tensively benchmark current communication methods for
570+
single-process, multi-threaded, and multi-process codes. More details about the project will be available soon. The related paper is under preparation.</p>
568571
</div>
569572
<div class="grid h-[100%] justify-center place-items-center">
570573
<img width="360px" src="./assets/network-topo.png" />
@@ -576,7 +579,7 @@ BeyondMoore Software Ecosystem
576579
<div clas="flex flex-col justify-start">
577580
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
578581
<img width="32" src="./assets/git.webp" />
579-
<a href="https://github.com/ParCoreLab/CPU-Free-Model-Compiler" class="text-xl font-semibold font-serif visited:text-teal-700">CPU Free Model Compiler</a>
582+
<a href="https://github.com/ParCoreLab/" class="text-xl font-semibold font-serif visited:text-teal-700">CPU Free Model Compiler</a>
580583
</div>
581584
<p class="text-lg">We're actively crafting a compiler to empower developers to write high-level Python code that compiles into efficient CPU-free device code. This compiler integrates GPU-initiated communication libraries, NVSHMEM for NVIDIA and ROC_SHMEM for AMD, enabling GPU communication directly within Python code. With automatic generation of GPU-initiated communication calls and persistent kernels, we aim to streamline development workflows. Our prototype will be available soon.</p>
582585
</div>
@@ -589,7 +592,7 @@ BeyondMoore Software Ecosystem
589592
<div clas="flex flex-col justify-start">
590593
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
591594
<img width="32" src="./assets/git.webp" />
592-
<a href="https://github.com/ParCoreLab/BeyondMoore?tab=readme-ov-file#cpu-free-task-graph" class="text-xl font-semibold font-serif visited:text-teal-700">CPU-Free Task Graph</a>
595+
<a href="https://github.com/ParCoreLab/" class="text-xl font-semibold font-serif visited:text-teal-700">CPU-Free Task Graph</a>
593596
</div>
594597
<p class="text-lg"> We've designed and implemented a lightweight runtime system tailored for CPU-free task graph
595598
execution in multi-device systems. Our runtime minimizes CPU involvement by handling task graph initialization

0 commit comments

Comments
 (0)