forked from FZJ-JSC/tutorial-multi-gpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
49 lines (42 loc) · 2.73 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": "2023-05-21",
"description": "<p>Over the past years, 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 (LUMI, Leonardo; Frontier, Perlmutter): GPUs are chosen as the core computing devices to enter this next era of HPC.</p><p>To take advantage of future GPU-accelerated systems with tens of thousands of devices, application developers need to have the propers 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 one of Europe’s fastest supercomputers, JUWELS Booster, for interactive learning and discovery.</p>",
"notes": "Slides and exercises of tutorial presented at ISC23 (ISC High Performance 2023); https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==",
"access_right": "open",
"conference_title": "ISC High Performance 2023",
"conference_acronym": "ISC23",
"conference_dates": "21 May-25 May 2023",
"conference_place": "Hamburg, Germany",
"conference_url": "https://www.isc-hpc.com/",
"conference_session": "Tutorials",
"conference_session_part": "Day 1",
"upload_type": "lesson"
}