Skip to content

Commit

Permalink
Add ORConf 2024 presentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Sep 13, 2024
1 parent 1c75352 commit 3faee9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
## Resources

On this website you can find all resources for my poster submission for *RISC-V Summit Europe 2024*:
On this website you can find all resources for my poster submission for [*RISC-V Summit Europe 2024*](https://riscv-europe.org/summit/2024/) and [*ORConf 2024*](https://fossi-foundation.org/orconf/2024):

- [GitHub repository with all resources][here]
- [Extended abstract][abstract] ([PDF version][abstract-pdf])
- [Poster (PDF)][poster-pdf]
- [Presentation (PDF)][presentation]

You can read my RISC-V Summit Europe 2024 summary with some more information about this project on my [blog].

[here]: https://github.com/MarekPikula/RISC-V-Summit-Europe-2024
[abstract]: abstract/index.html
[abstract-pdf]: abstract/abstract.pdf
[poster-pdf]: poster/poster.pdf
[presentation]: presentation/2024-09-14-orconf-presentation.pdf
[blog]: https://serenitycode.dev/post/2024/06/riscv-summit-europe

## Code
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
<p>The RISC-V Vector Extension (RVV) promises an enhanced performance and power efficiency across various complex computational tasks. However, the efficient utilization of RVV demands careful consideration of the optimization approach. This article examines strategies for accelerating this process. Key challenges include assessing performance differences among algorithmic approaches and overcoming initial hardware constraints. FireSim provides a comprehensive solution by offering advanced software and hardware simulation capabilities. Utilizing FireSim, we started the process of enhancing source code with RVV instructions (called vectorization) for the pixman project. Our experience outlines the efficacy of a cloud-based FPGA simulation in expediting software development for emerging ISA extensions. Overall, FireSim facilitates faster iteration cycles and informed design decisions, benefiting individual developers and fostering collaboration in remote teams.</p>
</blockquote>
<h2>Resources</h2>
<p>On this website you can find all resources for my poster submission for <em>RISC-V Summit Europe 2024</em>:</p>
<p>On this website you can find all resources for my poster submission for <a href="https://riscv-europe.org/summit/2024/" rel="nofollow"><em>RISC-V Summit Europe 2024</em></a> and <a href="https://fossi-foundation.org/orconf/2024" rel="nofollow"><em>ORConf 2024</em></a>:</p>
<ul>
<li><a href="https://github.com/MarekPikula/RISC-V-Summit-Europe-2024">GitHub repository with all resources</a></li>
<li><a href="abstract/index.html">Extended abstract</a> (<a href="abstract/abstract.pdf">PDF version</a>)</li>
<li><a href="poster/poster.pdf">Poster (PDF)</a></li>
<li><a href="presentation/2024-09-14-orconf-presentation.pdf">Presentation (PDF)</a></li>
</ul>
<p>You can read my RISC-V Summit Europe 2024 summary with some more information about this project on my <a href="https://serenitycode.dev/post/2024/06/riscv-summit-europe" rel="nofollow">blog</a>.</p>
<h2>Code</h2>
Expand Down
Binary file added presentation/2024-09-14-orconf-presentation.pdf
Binary file not shown.

0 comments on commit 3faee9a

Please sign in to comment.