Click here to Skip to main content
15,881,380 members
Everything / oneAPI

Oneapi

oneAPI

Great Reads

by Jeremy C. Ong
Accelerate a C++ article with GPU support using Intel's oneAPI
by Shao Voon Wong
How to convert a code from parallel C++ ray-tracing code to CUDA, then to SYCL 2020 via Intel® DPC++
by Jeremy C. Ong
A quick demonstration of writing an application using DPC++ and oneAPI and deploying to Intel DevCloud
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

Latest Articles

by Intel
Accelerate Your XGBoost, LightGBM, and CatBoost Inference Workloads with Intel® oneAPI Data Analytics Library (oneDAL)
by Intel
The article emphasizes the importance of interoperability between various standards, such as Level Zero, SYCL, SPIR-V, OpenMP, ISO C++, and ISO Fortran, and explores the evolution and alignment of these standards over the last decade, while also considering how SYCL may influence the future of
by Robert Mueller-Albrecht
Using the Intel® oneAPI Math Kernel Library SYCL API
by Robert Mueller-Albrecht
An Open, Backend Approach to Compute Anywhere

All Articles

Sort by Score

oneAPI 

10 Nov 2020 by Jeremy C. Ong
Accelerate a C++ article with GPU support using Intel's oneAPI
16 Jan 2021 by Shao Voon Wong
How to convert a code from parallel C++ ray-tracing code to CUDA, then to SYCL 2020 via Intel® DPC++
10 Nov 2020 by Jeremy C. Ong
A quick demonstration of writing an application using DPC++ and oneAPI and deploying to Intel DevCloud
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
7 May 2020 by Arthur V. Ratz
In this article I will thoroughly discuss about the several aspects of using the revolutionary new Intel® oneAPI HPC Toolkit to deliver a modern code that implements a parallel “stable” sort
10 Nov 2020 by Jeremy C. Ong
A quick 5-minute introduction to porting a CUDA app to Data Parallel C++ (DPC++)
17 Oct 2023 by Dave Kreskowiak
Your best source of support on a library is going to be a forum dedicated to that library, which can be found at Intel® oneAPI Data Parallel C++ - Intel Community[^].
14 Dec 2023 by Intel
The article emphasizes the importance of interoperability between various standards, such as Level Zero, SYCL, SPIR-V, OpenMP, ISO C++, and ISO Fortran, and explores the evolution and alignment of these standards over the last decade, while also considering how SYCL may influence the future of
18 Dec 2023 by Intel
Accelerate Your XGBoost, LightGBM, and CatBoost Inference Workloads with Intel® oneAPI Data Analytics Library (oneDAL)
9 May 2023 by Henry A Gabb, John Pennycook
Learn about the Accelerators in Your System
27 Jun 2023 by Robert Mueller-Albrecht
Using the Intel® oneAPI Math Kernel Library SYCL API
12 May 2023 by Robert Mueller-Albrecht
An Open, Backend Approach to Compute Anywhere
24 Oct 2023 by Member 11391148
I am using the oneapi library and DPC++ of Intel. I want to process same frame with oneapi library and GPU. I try to use the function ippiYUV422ToRGB_8u_C2C3R inside of #pragma omp taget. I try to run that function on gpu using pragma. But that...