-
Notifications
You must be signed in to change notification settings - Fork 54
/
.zenodo.json
49 lines (42 loc) · 2.77 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"creators": [
{
"orcid": "0000-0002-5699-1793",
"affiliation": "Sandia National Laboratories",
"name": "Garcia de Gonzalo, Simon"
},
{
"orcid": "0000-0002-7150-2505",
"affiliation": "Jülich Supercomputing Centre",
"name": "Herten, Andreas"
},
{
"orcid": "0000-0002-6015-8788",
"affiliation": "NVIDIA",
"name": "Hrywniak, Markus"
},
{
"orcid": "0000-0002-5240-3317",
"affiliation": "NVIDIA",
"name": "Kraus, Jiri"
},
{
"orcid": "0000-0002-9670-5296",
"affiliation": "FernUni Hagen",
"name": "Oden, Lena"
}
],
"title": "Efficient Distributed GPU Programming for Exascale",
"publication_date": "2024-11-17",
"description": "<p>Over the past decade, GPUs became ubiquitous in HPC installations around the world, delivering the majority of performance of some of the largest supercomputers (e.g. Summit, Sierra, JUWELS Booster). This trend continues in the recently deployed and upcoming Pre-Exascale and Exascale systems (JUPITER, LUMI, Leonardo; El Capitan, Frontier, Aurora): GPUs are chosen as the core computing devices to enter this next era of HPC.To take advantage of future GPU-accelerated systems with tens of thousands of devices, application developers need to have the proper skills and tools to understand, manage, and optimize distributed GPU applications.In this tutorial, participants will learn techniques to efficiently program large-scale multi-GPU systems. While programming multiple GPUs with MPI is explained in detail, also advanced tuning techniques and complementing programming models like NCCL and NVSHMEM are presented. Tools for analysis are shown and used to motivate and implement performance optimizations. The tutorial teaches fundamental concepts that apply to GPU-accelerated systems in general, taking the NVIDIA platform as an example. It is a combination of lectures and hands-on exercises, using a development system for JUPITER (JEDI), for interactive learning and discovery.</p>",
"notes": "Slides and exercises of tutorial presented at SC24 (The International Conference for High Performance Computing, Networking, Storage, and Analysis 2024); https://sc24.conference-program.com/presentation/?id=tut123&sess=sess412",
"access_right": "open",
"conference_title": "SC 2024",
"conference_acronym": "SC24",
"conference_dates": "17 November-22 November 2024",
"conference_place": "Atlanta, Georgia, USA",
"conference_url": "https://sc24.supercomputing.org/",
"conference_session": "Tutorials",
"conference_session_part": "Day 1",
"upload_type": "lesson"
}