Skip to content

Commit 3a71733

Browse files
committed
Uniconn Publication Added
1 parent f5e4b7b commit 3a71733

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Binary file not shown.

docs/index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,16 @@ BeyondMoore Software Ecosystem
589589
<div clas="flex flex-col justify-start">
590590
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
591591
<img width="32" src="./assets/git.webp" />
592-
<a href="https://github.com/ParCoreLab/" class="text-xl font-semibold font-sans visited:text-teal-700">Unified Communication Library</a>
592+
<a href="https://github.com/ParCoreLab/Uniconn" class="text-xl font-semibold font-sans visited:text-teal-700">Unified Communication Library</a>
593593
</div>
594594
<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
595595
message sizes and communication patterns. Thus, we ex-
596596
tensively benchmark current communication methods for
597597
single-process, multi-threaded, and multi-process codes. More details about the project will be available soon. The related paper is under preparation.</p>
598+
599+
<p>
600+
All the artifacts and benchmarks can be found <a href="https://github.com/ParCoreLab/Uniconn" class="text-xl font-semibold font-sans visited:text-teal-700">here.</a>
601+
</p>
598602
</div>
599603
<div class="grid h-auto justify-center place-items-center">
600604
<img width="400px" src="./assets/network-topo.png" />
@@ -628,8 +632,6 @@ single-process, multi-threaded, and multi-process codes. More details about the
628632
synchronously tracks task dependencies. By accepting computational graphs as input, originally designed for single
629633
GPUs, it seamlessly scales to multiple GPUs without necessitating code modifications. <cr/> More details about the
630634
project will be available soon. The related paper is under review. </p>
631-
632-
<p> All the artifacts and benchmarks can be found <a href="ADDLink" class="text-xl font-semibold font-sans visited:text-teal-700">here.</a> </p>
633635
</div>
634636
<div class="grid h-[100%] justify-center place-items-center">
635637
<img width="400px" src="./assets/task-graph-Ilyas.png" />
@@ -663,9 +665,16 @@ Publications
663665
<hr />
664666

665667
<div class="grid">
668+
669+
<div class="card text-lg"> Doǧan Sağbili, Sinan Ekmekçibaşı, Khaled Z. Ibrahim, Tan Nguyen, Didem Unat (2025) UNICONN: A Uniform High-Level Communication
670+
Library for Portable Multi-GPU Programming
671+
<a href="https://docs.google.com/presentation/d/1Tw4Yl8SLUjSDQwgHEITXthKg_KbjhVUZ3b9he2QTlj4/edit?usp=sharing">(presentation)</a>. In Cluster ’25: Proceedings of the IEEE International Conference on Cluster Computing (IEEE Cluster 2025). <a class="italic" download href="./assets/preprint-pdfs/Cluster_2025_______uniconn_paper__ieee_.pdf">preprint pdf</a>
672+
</div>
673+
666674
<div class="card text-lg"> Ilyas Turimbetov, Mohamed Wahib, Didem Unat (2025) <a href="https://dl.acm.org/doi/10.1145/3721145.3730426">A Device-Side Execution Model for Multi-GPU Task
667675
Graphs</a> <a href="https://docs.google.com/presentation/d/1po87zQeUQb5l12AXB5RMSuod-o8yPZw32kEBtczr-v0/edit?usp=sharing">(presentation)</a>. In ICS ’25: Proceedings of the 39th ACM International Conference on Supercomputing. <a class="italic" download href="./assets/preprint-pdfs/ICS25______CPU_free_Task_Graph_Execution.pdf">preprint pdf</a>
668676
</div>
677+
669678
<div class="card text-lg"> Javid Baydamirli, Tal Ben Nun, Didem Unat (2024) <a href="https://sc24.supercomputing.org/proceedings/workshops/workshop_pages/ws_p3hpc108.html">Autonomous Execution for Multi-GPU Systems:
670679
Compiler Support</a> <a href="https://sc24.conference-program.com/presentation/?id=ws_p3hpc108&sess=sess751">(presentation)</a>. In the 2024 International Workshop on Performance, Portability, and Productivity in HPC. <a class="italic" download href="./assets/preprint-pdfs/sc24-workshop-autonomous-execution-for-multi-gpu-systems-compiler-support.pdf">preprint pdf</a>
671680
</div>

0 commit comments

Comments
 (0)