Skip to content

Commit fa6d9c4

Browse files
authored
Create an-introduction-to-developing-highly-parallel-applications-using-c++-and-sycl.md
HiPEAC Tutorial
1 parent ecf0e8d commit fa6d9c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
contributor: max
3+
date: '2025-01-22T14:46:00'
4+
starts: '2025-01-22T13:00:00-05:00'
5+
ends: '2024-12-04T16:30:00-05:00'
6+
title: 'An introduction to developing highly parallel applications using C++ and SYCL'
7+
external_url: 'https://www.hipeac.net/2025/barcelona/#/program/sessions/8191/'
8+
---
9+
10+
In this tutorial, we will introduce SYCL and provide programmers with a solid foundation
11+
they can build on to gain mastery of this language. The main benefit of using SYCL over
12+
other heterogeneous programming models is the single programming language approach,
13+
which enables one to target multiple devices using the same programming model, and
14+
therefore to have a cleaner, portable, and more readable code.
15+
16+
This is a hands-on tutorial. The real learning will happen as attendees write code.
17+
The format will be short presentations followed by hands-on exercises.
18+
Hence, attendees will require their own laptop to perform the hands-on exercises.

0 commit comments

Comments
 (0)