Skip to content

Commit

Permalink
unify image size
Browse files Browse the repository at this point in the history
  • Loading branch information
mktip committed Apr 26, 2024
1 parent d40d7f4 commit 8b7a19a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
<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>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="50%" src="./_file/assets/network-topo.ddbd74f5.png">
<img width="500px" src="./_file/assets/network-topo.ddbd74f5.png">
</div>
</div>
<div id="CPU-FREE-MODEL-COMPILER" 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">
Expand All @@ -452,7 +452,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
<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>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="40%" src="./_file/assets/dace-compiler.74cb0d3b.png">
<img width="500px" src="./_file/assets/dace-compiler.74cb0d3b.png">
</div>
</div>
<div id="CPU-FREE-TASK-GRAPH" 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">
Expand All @@ -470,7 +470,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
project will be available soon. The related paper is under review. </cr></p>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="40%" src="./_file/assets/task-graph-Ilyas.a6f13038.png">
<img width="500px" src="./_file/assets/task-graph-Ilyas.a6f13038.png">
</div>
</div>
<div id="PRECISE-EVENT-SAMPLING" 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">
Expand All @@ -484,7 +484,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
</p>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="50%" src="./assets/PES-comparison.png">
<img width="500px" src="./assets/PES-comparison.png">
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ BeyondMoore Software Ecosystem
<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>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="50%" src="./assets/network-topo.png" />
<img width="500px" src="./assets/network-topo.png" />
</div>
</div>

Expand All @@ -582,7 +582,7 @@ BeyondMoore Software Ecosystem
<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>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="40%" src="./assets/dace-compiler.png" />
<img width="500px" src="./assets/dace-compiler.png" />
</div>
</div>

Expand All @@ -601,7 +601,7 @@ BeyondMoore Software Ecosystem
project will be available soon. The related paper is under review. </p>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="40%" src="./assets/task-graph-Ilyas.png" />
<img width="500px" src="./assets/task-graph-Ilyas.png" />
</div>
</div>

Expand All @@ -616,7 +616,7 @@ BeyondMoore Software Ecosystem
</p>
</div>
<div class="grid h-[100%] justify-center place-items-center">
<img width="50%" src="./assets/PES-comparison.png" />
<img width="500px" src="./assets/PES-comparison.png" />
</div>
</div>

Expand Down

0 comments on commit 8b7a19a

Please sign in to comment.