-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from AndiH/ah--compat-table
Add Resources page, populate with Compat Table
- Loading branch information
Showing
4 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |