Skip to content

Commit

Permalink
Merge pull request #21 from AndiH/ah--compat-table
Browse files Browse the repository at this point in the history
Add Resources page, populate with Compat Table
  • Loading branch information
Pennycook authored May 31, 2024
2 parents 589e317 + 63e3c07 commit 47162bd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
link: https://p3hpcforum2020.alcf.anl.gov/committee/
- name: Principles
link: principles
- name: Resources
link: resources
- name: Previous Events
dropdown:
- name: Workshop 2023
Expand Down
Binary file added assets/img/compat-matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ comments: false
hide_footer: true
---

This page was last updated on April 27, 2022.
_This page was last updated on April 27, 2022._

The most recent draft can be found [here][draft]; readers are encouraged to
leave comments and suggestions, or to contact members of the P3HPC committee
Expand Down
23 changes: 23 additions & 0 deletions resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Resources
layout: page
comments: false
hide_footer: true
---

<style>
img.resource-teaser {
float: right;
width: 400px;
border: 1px solid lightgray;
padding: 2px;
}
</style>

_This page was last updated on May 30, 2024._

Members of the P3HPC community provide some resources, created within the scope of a P3HPC event, which are relevant for the wider HPC community. Find them here!

# [GPU Programming Model Compatibility Overview](https://x-dev.pages.jsc.fz-juelich.de/models/)

<a href="https://x-dev.pages.jsc.fz-juelich.de/models"><img class="resource-teaser" src='/assets/img/compat-matrix.png' /></a>This project tracks the support of different programming models across different GPU architectures, and presents the results in a concise table. A first version was presented at [P3HPC 23](https://dl.acm.org/doi/10.1145/3624062.3624178?cid=99659740494), and the project is updated since then [on the website](https://x-dev.pages.jsc.fz-juelich.de/models/). With a rapidly changing landscape, it’s hard to keep track of all the advances – the table gives an overview, but if you are aware of new or outdated information, Andreas is relying on your help over [at the GitHub repo of the project](https://github.com/AndiH/gpu-lang-compat).

0 comments on commit 47162bd

Please sign in to comment.