Click here to Skip to main content
15,662,811 members
Everything / Programming Languages / SYCL

SYCL

SYCL

Great Reads

by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.
by Allister Beharry
oneMD is a molecular dynamics simulator coded in C++ 17 designed to take advantage of hardware data parallelism across a diverse set of devices and architectures using Intel's oneAPI framework and SYCL -- the successor to the OpenCL standard for parallel processing
by Intel
This document demonstrates how a linear algebra Jacobi iterative method written in CUDA* can be migrated to the SYCL* heterogenous programing language.
by Valentin Kubarev
In this article we discuss how to use SYCL and oneIPL to offload Gaussian image filtering to an accelerator.

Latest Articles

by Robert Mueller-Albrecht
An Open, Backend Approach to Compute Anywhere
by Henry A Gabb, John Pennycook
Learn about the Accelerators in Your System
by Sergiu Oprea
Differences and similarities between SYCL and OpenCL
by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.

All Articles

Sort by Score

SYCL 

12 Dec 2022 by Intel
This is the first in a series of articles where I will talk about parallel programming and various ways to enable it on modern accelerators.
15 Mar 2021 by Allister Beharry
oneMD is a molecular dynamics simulator coded in C++ 17 designed to take advantage of hardware data parallelism across a diverse set of devices and architectures using Intel's oneAPI framework and SYCL -- the successor to the OpenCL standard for parallel processing
27 Jul 2022 by Intel
This document demonstrates how a linear algebra Jacobi iterative method written in CUDA* can be migrated to the SYCL* heterogenous programing language.
28 Jul 2022 by Valentin Kubarev
In this article we discuss how to use SYCL and oneIPL to offload Gaussian image filtering to an accelerator.
14 Mar 2022 by Dhruv__Patel
In this article we demonstrate how to set up Intel DevCloud and get started using oneAPI while demonstrating some of oneAPI’s unique capabilities.
9 Dec 2022 by Intel
In this article we look at why C++ with SYCL is the best approach to accelerated computing, and why the C++ standard is a critically important foundation but insufficient for the needs of accelerated computing.
28 Oct 2022 by Intel
Intel® oneAPI Math Kernel Library (oneMKL) now includes adding support for C++ and GPUs, taking full advantage of the SYCL cross-platform abstraction layer.
9 May 2023 by Henry A Gabb, John Pennycook
Learn about the Accelerators in Your System
27 Apr 2023 by Sergiu Oprea
Differences and similarities between SYCL and OpenCL
12 May 2023 by Robert Mueller-Albrecht
An Open, Backend Approach to Compute Anywhere