Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
reduced the image size
  • Loading branch information
ayfizz authored Apr 26, 2024
1 parent 9936d99 commit a98c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="50%" src="./assets/dace-compiler.png" />
<img width="40%" src="./assets/dace-compiler.png" />
</div>
</div>

Expand Down

0 comments on commit a98c89b

Please sign in to comment.