diff --git a/README.md b/README.md index 63d59b3..b4ab1f4 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ ## 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]. @@ -18,6 +19,7 @@ You can read my RISC-V Summit Europe 2024 summary with some more information abo [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 diff --git a/index.html b/index.html index ece31da..85b7898 100644 --- a/index.html +++ b/index.html @@ -37,11 +37,12 @@
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.
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 and ORConf 2024:
You can read my RISC-V Summit Europe 2024 summary with some more information about this project on my blog.