Skip to content

Commit

Permalink
Merge pull request #2671 from clairbarrass/main
Browse files Browse the repository at this point in the history
Update 241203-sycl.md
  • Loading branch information
clairbarrass authored Dec 5, 2024
2 parents abd8053 + 0982391 commit 22c59c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _courses/241203-sycl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location_url:
prace_course:
audience: [ developer ]
level: [ intermediate ]
video: false
video: true
---

SYCL is an open standard defined by the Khronos Group and allows programmers to write code for high-end GPUs across the biggest platforms like Intel, Nvidia and AMD, using both custom device kernels and optimised vendor libraries. This course will teach you the basics of the SYCL programming model, using the DPC++ compiler, and show how to run the same code on different GPU hardware. It will also touch on using high-performance libraries like oneMKL to get the best performance on these devices in domains like BLAS, FFT and others. oneMKL is based on the oneAPI specification and governed by the UXL Foundation.
Expand Down Expand Up @@ -77,15 +77,15 @@ Details to follow
<iframe title="Video" width="560" height="315" src="https://www.youtube.com/embed/VK_LwY7VfsU " frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<!--


<h3>Session 2</h3>

<div>
<iframe title="Video" width="560" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe title="Video" width="560" height="315" src="https://www.youtube.com/embed/5msJ-Qf_VTo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

-->




Expand Down

0 comments on commit 22c59c2

Please sign in to comment.