Skip to content

Commit 8b7a19a

Browse files
committed
unify image size
1 parent d40d7f4 commit 8b7a19a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dist/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
440440
<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>
441441
</div>
442442
<div class="grid h-[100%] justify-center place-items-center">
443-
<img width="50%" src="./_file/assets/network-topo.ddbd74f5.png">
443+
<img width="500px" src="./_file/assets/network-topo.ddbd74f5.png">
444444
</div>
445445
</div>
446446
<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">
@@ -452,7 +452,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
452452
<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>
453453
</div>
454454
<div class="grid h-[100%] justify-center place-items-center">
455-
<img width="40%" src="./_file/assets/dace-compiler.74cb0d3b.png">
455+
<img width="500px" src="./_file/assets/dace-compiler.74cb0d3b.png">
456456
</div>
457457
</div>
458458
<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">
@@ -470,7 +470,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
470470
project will be available soon. The related paper is under review. </cr></p>
471471
</div>
472472
<div class="grid h-[100%] justify-center place-items-center">
473-
<img width="40%" src="./_file/assets/task-graph-Ilyas.a6f13038.png">
473+
<img width="500px" src="./_file/assets/task-graph-Ilyas.a6f13038.png">
474474
</div>
475475
</div>
476476
<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">
@@ -484,7 +484,7 @@ <h3><a href="https://github.com/ParCoreLab/CPU-Free-model" class="text-xl font-s
484484
</p>
485485
</div>
486486
<div class="grid h-[100%] justify-center place-items-center">
487-
<img width="50%" src="./assets/PES-comparison.png">
487+
<img width="500px" src="./assets/PES-comparison.png">
488488
</div>
489489
</div>
490490
</div>

docs/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ BeyondMoore Software Ecosystem
568568
<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>
569569
</div>
570570
<div class="grid h-[100%] justify-center place-items-center">
571-
<img width="50%" src="./assets/network-topo.png" />
571+
<img width="500px" src="./assets/network-topo.png" />
572572
</div>
573573
</div>
574574

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

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

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

0 commit comments

Comments
 (0)