Click here to Skip to main content
15,890,438 members
Articles / High Performance Computing / GPU

Port a CUDA App to oneAPI and DPC++ in 5 Minutes

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
10 Nov 2020CPOL8 min read 9.1K   3  
A quick 5-minute introduction to porting a CUDA app to Data Parallel C++ (DPC++)
In this article, we'll be explaining how one might port CUDA code to Intel's oneAPI toolkits, and in particular, port a CUDA kernel to Intel's DPC++ compiler.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead WB Games
United States United States
Jeremy is a Principal Engineer at WB Games. He's worked throughout the game engine tech stack, touching everything from rendering and animation, to gameplay scripting and virtual machines, to netcode and server code. He's most passionate about the boundary between applied mathematics and computer science, and you'll often find him puzzling over one or the other in roughly equal parts. When he's not coding, Jeremy is probably spending time with his wife and dog, climbing, enjoying a chess game, or some combination of the above.

Comments and Discussions