Skip to content

Commit 2866cc9

Browse files
authored
Update index.md
unicon updates
1 parent c0b36f9 commit 2866cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ BeyondMoore Software Ecosystem
497497
* [Multi-GPU Callbacks](#MULTI-GPU-CALLBACKS): GPU to CPU callback mechanisms
498498
* [CPU-Free Task Graph](#CPU-FREE-TASK-GRAPH): a lightweight runtime system tailored for CPU-free task graph execution
499499
* [CPU-Free Compiler](#CPU-FREE-MODEL-COMPILER): compiler for generating CPU-Free multi-GPU code
500-
* [Unified Communication Library](#UNICOM): a unified communication library for device-to-device communication
500+
* [Unified Communication Library](#UNICONN): a unified communication library for device-to-device communication
501501

502502
**_Profiling Tools_**
503503
* [Snoopie](#SNOOPIE): A Multi-GPU Communication Profiler and Visualiser
@@ -556,7 +556,7 @@ BeyondMoore Software Ecosystem
556556
<img width="500px" src="./assets/Multi-GPU-callback.png" />
557557
</div>
558558
</div>
559-
<div id="UNICOM" class="bg-gray-100 rounded-s p-4 border-solid border-1 border-gray-200 flex flex-row justify-center items-center gap-5 transform transition-all hover:shadow-gray-100 hover:shadow-lg shadow-none">
559+
<div id="UNICONN" class="bg-gray-100 rounded-s p-4 border-solid border-1 border-gray-200 flex flex-row justify-center items-center gap-5 transform transition-all hover:shadow-gray-100 hover:shadow-lg shadow-none">
560560
<div clas="flex flex-col justify-start">
561561
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
562562
<img width="32" src="./assets/git.webp" />
@@ -568,7 +568,7 @@ tensively benchmark current communication methods for
568568
single-process, multi-threaded, and multi-process codes. More details about the project will be available soon. The related paper is under preparation.</p>
569569
</div>
570570
<div class="grid h-[100%] justify-center place-items-center">
571-
<img width="360px" src="./assets/network-topo.png" />
571+
<img width="400px" src="./assets/network-topo.png" />
572572
</div>
573573
</div>
574574

0 commit comments

Comments
 (0)