Skip to content

Commit 9b9b78f

Browse files
author
Scott Straughan
committed
Added oneAPI intro event.
1 parent 392414b commit 9b9b78f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
contributor: scott
3+
date: '2024-09-30T12:11:00'
4+
starts: '2024-09-23T08:45:00+0200'
5+
ends: '2024-09-25T12:40:00+0200'
6+
title: 'Introduction to oneAPI, SYCL2020 and OpenMP offloading'
7+
external_url: 'https://oneapi.io/events/oneapi-devsummit-hosted-by-uxl-foundation/'
8+
location: 'Online'
9+
---
10+
11+
Most current HPC systems are heterogeneous and use accelerators. oneAPI is a standardized and portable programming model
12+
adapted to heterogeneous computing. In this course we will provide an introduction to Intel's oneAPI implementation,
13+
which supports two portable methods of heterogeneous computing: Data Parallel C++ (DPC) with SYCL and OpenMP for C, C++,
14+
and Fortran. Both are portable on any Intel CPU and Intel based accelerator, but also other GPUs. The course will give
15+
an introduction in these two programming methods, Intel's libraries like oneMKL and tools for performance analysis,
16+
profiling, and debugging. Further an introduction to Intel's DPC compatibility Tool to facilitate code migration from
17+
CUDA to SYCL and to Intel's MPI implementation support with GPU awareness completes the program.

0 commit comments

Comments
 (0)