Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Sriram Ramkrishna edited this page Aug 30, 2023 · 12 revisions

Welcome to the oneAPI Community Wiki

This wiki will help you get on the nurture path on bringing your ideas to life using oneAPI! oneAPI is a series of toolkits that will help realize the potential of heterogeneous computing. Imagine being able to use all the hardware at your disposal on any supported platform.

SYCL

SYCL 2020 is a C++ language extension that allows you to write code that can run on any accelerator. SYCL is an industry standard administered by the Khronos Group. As SYCL is a standard - there are many implementations of the standard by many companies.

oneAPI

Tutorials and Documentation

Development Documentation

Porting from CUDA to SYCL

Without a doubt CUDA is the primary language that most have used for HPC and AI. You can port your project from CUDA to oneAPI and be able to run your code on multiple types of accelerators! You can start here:

Onboarding

Interested in joining our community? Looking to help out in some way? Feel free to hit our issues area and pick up something that you might be interested in doing.

Check out our onboarding page for information on the oneAPI Community.

Code Library

A repository of code samples for oneAPI

Have Questions?

If you have questions - feel free to create an issue and we'll try to help answer!