OneAPI (compute acceleration)

oneAPI
Repositorygithub.com/oneapi-src
Operating systemCross-platform
PlatformCross-platform
TypeOpen-source software specification for parallel programming
Websitewww.oneapi.io Edit this at Wikidata

oneAPI is an open standard, adopted by Intel,[1] for a unified application programming interface (API) intended to be used across different computing accelerator (coprocessor) architectures, including GPUs, AI accelerators and field-programmable gate arrays. It is intended to eliminate the need for developers to maintain separate code bases, multiple programming languages, tools, and workflows for each architecture.[2][3][4][5]

oneAPI competes with other GPU computing stacks: CUDA by Nvidia and ROCm by AMD.

Specification

The oneAPI specification extends existing developer programming models to enable multiple hardware architectures through a data-parallel language, a set of library APIs, and a low-level hardware interface to support cross-architecture programming. It builds upon industry standards and provides an open, cross-platform developer stack.[6][7]

Data Parallel C++

DPC++[8][9] is a programming language implementation of oneAPI, built upon the ISO C++ and Khronos Group SYCL standards.[10] DPC++ is an implementation of SYCL with extensions that are proposed for inclusion in future revisions of the SYCL standard, including: unified shared memory, group algorithms, and sub-groups.[11][12][13]

Libraries

The set of APIs[6] spans several domains, including libraries for linear algebra, deep learning, machine learning, video processing, and others.

Library Name Short

Name

Description
oneAPI DPC++ Library oneDPL Algorithms and functions to speed DPC++ kernel programming
oneAPI Math Kernel Library oneMKL Math routines including matrix algebra, FFT, and vector math
oneAPI Data Analytics Library oneDAL Machine learning and data analytics functions
oneAPI Deep Neural Network Library oneDNN Neural networks functions for deep learning training and inference
oneAPI Collective Communications Library oneCCL Communication patterns for distributed deep learning
oneAPI Threading Building Blocks oneTBB Threading and memory management template library
oneAPI Video Processing Library oneVPL Real-time video encode, decode, transcode, and processing

The source code of parts of the above libraries is available on GitHub.[14]

The oneAPI documentation also lists the "Level Zero" API defining the low-level direct-to-metal interfaces and a set of ray tracing components with its own APIs.[6]

Hardware abstraction layer

oneAPI Level Zero,[15][16][17] the low-level hardware interface, defines a set of capabilities and services that a hardware accelerator needs to interface with compiler runtimes and other developer tools.

Implementations

Intel has released oneAPI production toolkits that implement the specification and add CUDA code migration, analysis, and debug tools.[18][19][20] These include the Intel oneAPI DPC++/C++ Compiler,[21] Intel Fortran Compiler, Intel VTune Profiler[22] and multiple performance libraries.

Codeplay has released an open-source layer[23][24][25] to allow oneAPI and SYCL/DPC++ to run atop Nvidia GPUs via CUDA.

University of Heidelberg has developed a SYCL/DPC++ implementation for both AMD and Nvidia GPUs.[26]

Huawei released a DPC++ compiler for their Ascend AI Chipset[27]

Fujitsu has created an open-source ARM version of the oneAPI Deep Neural Network Library (oneDNN)[28] for their Fugaku CPU.

Unified Acceleration Foundation (UXL) and the future for oneAPI

Unified Acceleration Foundation (UXL) is a new technology consortium that are working on the contiuation of the OneAPI initiative, with the goal to create a new open standard accelerator software ecosystem, related open standards and specification projects through Working Groups and Special Interest Groups (SIGs). The goal will compete with Nvidia's CUDA. The main companies behind it are Intel, Google, ARM, Qualcomm, Samsung, Imagination, and VMware.[29]

References

  1. ^ Fortenberry & Tomov 2022, p. 22.
  2. ^ "Intel Expands its Silicon Portfolio, and oneAPI Software Initiative for Next-Generation HPC". HPCwire. 2019-12-09. Retrieved 2020-02-11.
  3. ^ "Intel Debuts New GPU – Ponte Vecchio – and Outlines Aspirations for oneAPI". HPCwire. 2019-11-18. Retrieved 2020-02-11.
  4. ^ "SC19: Intel Unveils New GPU Stack, oneAPI Development Effort - ExtremeTech". www.extremetech.com. Retrieved 2020-02-11.
  5. ^ Kennedy, Patrick (2018-12-24). "Intel One API to Rule Them All Is Much Needed to Expand TAM". ServeTheHome. Retrieved 2020-02-11.
  6. ^ a b c "oneAPI Specification". oneAPI.
  7. ^ "Preparing for the Arrival of Intel's Discrete High-Performance GPUs". HPCwire. 2021-03-23. Retrieved 2021-03-29.
  8. ^ "Data Parallel C++: Mastering DPC++ for Programming of Heterogeneous Systems Using C++ and SYCL". Apress.
  9. ^ Team, Editorial (2019-12-16). "Heterogeneous Computing Programming: oneAPI and Data Parallel C++". insideBIGDATA. Retrieved 2020-02-11.
  10. ^ "The Khronos Group". The Khronos Group. 2020-02-11. Retrieved 2020-02-11.
  11. ^ "Khronos Steps Towards Widespread Deployment of SYCL with Release of SYCL 2020 Provisional Specification". The Khronos Group. 2020-06-30. Retrieved 2020-07-06.
  12. ^ staff (2020-06-30). "New, Open DPC++ Extensions Complement SYCL and C++". insideHPC. Retrieved 2020-07-06.
  13. ^ "SYCL 2020 Launches with New Name, New Features, and High Ambition". HPCwire. 2021-02-09. Retrieved 2021-02-16.
  14. ^ "oneAPI-SRC". GitHub.
  15. ^ Verheyde 2019-12-08T16:11:19Z, Arne. "Intel Releases Bare-Metal oneAPI Level Zero Specification". Tom's Hardware. Retrieved 2020-02-11.{{cite web}}: CS1 maint: numeric names: authors list (link)
  16. ^ "Intel's Compute Runtime Adds oneAPI Level Zero Support - Phoronix". www.phoronix.com. Retrieved 2020-03-10.
  17. ^ "Initial Benchmarks With Intel oneAPI Level Zero Performance - Phoronix". www.phoronix.com. Retrieved 2020-04-13.
  18. ^ "Intel Champions XPU Vision With oneAPI, Data Center GPUs - SDxCentral". SDxCentral. 2020-11-11. Retrieved 2020-11-11.
  19. ^ "Intel Debuts oneAPI Gold and Provides More Details on GPU Roadmap". HPCwire. 2020-11-11. Retrieved 2020-11-11.
  20. ^ Moorhead, Patrick. "Intel Announces Gold Release Of OneAPI Toolkits And New Intel Server GPU". Forbes. Retrieved 2020-12-08.
  21. ^ "Data Parallel C++ for Cross-Architecture Applications". Intel. Retrieved 2021-10-07.
  22. ^ "Fix Performance Bottlenecks with Intel® VTune™ Profiler". Intel. Retrieved 2021-10-07.
  23. ^ "Codeplay Open Sources a Version of DPC++ for Nvidia GPUs". HPCwire. 2020-02-05. Retrieved 2020-02-12.
  24. ^ "Intel's oneAPI / DPC++ / SYCL Will Run Atop NVIDIA GPUs With Open-Source Layer - Phoronix". www.phoronix.com. Retrieved 2019-12-06.
  25. ^ "Codeplay - Codeplay contribution to DPC++ brings SYCL support for NVIDIA GPUs". www.codeplay.com. Retrieved 2020-02-11.
  26. ^ Salter, Jim (2020-09-30). "Intel, Heidelberg University team up to bring Radeon GPU support to AI". Ars Technica. Retrieved 2021-10-07.
  27. ^ Extending DPC++ with Support for Huawei Ascend AI Chipset, retrieved 2021-10-07
  28. ^ fltech. "A Deep Dive into a Deep Learning Library for the A64FX Fugaku CPU - The Development Story in the Developer's Own Words". fltech - 富士通研究所の技術ブログ (in Japanese). Retrieved 2021-02-10.
  29. ^ "Exclusive: Behind the plot to break Nvidia's grip on AI by targeting software". Retrieved 2024-04-05.

Sources

Read other articles:

Landform in the Santa Monica Mountains of California Cahuenga PassPaseo de CahuengaNorthbound US Route 101/Hollywood Freeway entering the Cahuenga PassElevation745 ft (227 m)Traversed by US 101 (Hollywood Freeway)LocationLos Angeles, California, United StatesRangeSanta Monica Mountains The Cahuenga Pass (/kəˈwɛŋɡə/ ⓘ, /kəˈhʌŋ.ɡə/; Tongva: Kawé’nga),[1] also known by its Spanish name Paseo de Cahuenga, is a low mountain pass through the eastern end of the Sant...

هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (أكتوبر 2023) هذه مقالة غير مراجعة. ينبغي أن يزال هذا القالب بعد أن يراجعها محرر مغاير للذي أنشأها؛ إذا لزم الأمر فيجب أن توسم المقالة بقوالب الصيانة المناسبة. يمكن أيضاً ت

Ini adalah nama Maluku (Kei), marganya adalah Ngabalin Dr.Ali Mochtar NgabalinM.Si.Anggota Dewan Perwakilan RakyatMasa jabatan1 Oktober 2004 – 30 September 2009Daerah pemilihanSulawesi Selatan II Informasi pribadiLahir25 Desember 1968 (umur 54)Fakfak, Irian Barat, IndonesiaKebangsaanIndonesiaPartai politikPartai Bulan Bintang (hingga 2010)Partai Golongan Karya (2010–2018)Suami/istriHenny Muis BakkiduOrang tuaHasan Basri Ngabalin Siti Maimunah PauspausAlma materIAIN Alauddin ...

Donna HarunLahirDonna Frederika Rubyanti21 Februari 1968 (umur 55)Bandung, Jawa Barat, IndonesiaKebangsaanIndonesiaNama lainDonna HarunPekerjaanAktrisTahun aktif1989–sekarangSuami/istri Ardy Gustav ​ ​(m. 1985; c. 1990)​ Hendra Rahtomo ​ ​(m. 1996; c. 2018)​ Alisyahrazad Hanafiah ​ ​(m. 2019; c. 2021)​ Anak3, termasuk Ricky Harun dan ...

Part of the 2014 Irish local elections This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: 2014 Laois County Council election – news · newspapers · books · scholar · JSTOR (December 2020) (Learn how and when to remove this template message) 2014 Laois County Council election ← 2009 23 May 2014 2019...

ЛелленLelling   Країна  Франція Регіон Гранд-Ест  Департамент Мозель  Округ Форбак-Буле-Мозель Кантон Гростенкен Код INSEE 57389 Поштові індекси 57660 Координати 49°02′30″ пн. ш. 6°42′31″ сх. д.H G O Висота 246 - 320 м.н.р.м. Площа 4,92 км² Населення 465 (01-2020[1]) Густота 103,05 о...

Punsikorn TiyakornPunsikorn TiyakornNama asalปัญสิกรณ์ ติยะกรLahir9 November 2000 (umur 23)Bangkok, ThailandPekerjaanEntertainerKarier musikGenrePop ThaiJ-popTahun aktif2017–sekarangLabelBNK48 OfficeArtis terkaitBNK48 Punsikorn Tiyakorn (bahasa Thai: ปัญสิกรณ์ ติยะกร; lahir 9 November 2000) adalah seorang anggota grup vokal perempuan idola Thai BNK48. Ia adalah salah satu anggota generasi pertama dari grup tersebut.&#...

Iglesia de Nuestra Señoradel Rosario LocalizaciónPaís España EspañaComunidad Andalucía AndalucíaProvincia Almería AlmeríaLocalidad Roquetas de MarCoordenadas 36°45′52″N 2°36′54″O / 36.764336661448, -2.6148884908323Información religiosaCulto Iglesia católicaDiócesis AlmeríaOrden Clero secularAdvocación Virgen del RosarioPatrono Virgen del RosarioHistoria del edificioConstrucción Siglo XVIIIDatos arquitectónicosTipo IglesiaEstilo Mud...

Rithvik DhanjaniLahir5 November 1988 (umur 35)[1]Madhya Pradesh, IndiaKebangsaanIndianPekerjaanaktor, penariTahun aktif2009 - sekarangSuami/istriAsha Negi (2011-sekarang)[2] Rithvik Dhanjani (lahir 5 November 1988) adalah aktor televisi India. Dia memainkan Arjun Digvijay Kirloskar di Pavitra Rishta.[3] Dhanjani telah menjadi tuan rumah dan berpartisipasi dalam banyak reality show seperti Nach Baliye, Dare 2 Dance, India's Best Dramebaaz dan V Distraction. Ia...

2001 film This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Viktor Vogel – Commercial Man – news · newspapers · books · scholar · JSTOR (February 2022) (Le...

Song written and composed by Jesse Harris, popularized by Norah Jones For other uses, see Don't Know Why (disambiguation). Don't Know WhySingle by Norah Jonesfrom the album Come Away with Me B-side Lonestar Peace ReleasedJanuary 28, 2002 (2002-01-28)Studio Sorcerer Sound (New York City) Allaire (Shokan, New York) GenreJazz-pop[1]Length3:06LabelBlue NoteSongwriter(s)Jesse HarrisProducer(s) Norah Jones Arif Mardin Jay Newland Norah Jones singles chronology Don't Know Why ...

تحوي هذه المقالة أو هذا القسم ترجمة آلية. فضلًا، ساهم في تدقيقها وتحسينها أو إزالتها لأنها تخالف سياسات ويكيبيديا. (نقاش) (يوليو 2016) يفتقر محتوى هذه المقالة إلى الاستشهاد بمصادر. فضلاً، ساهم في تطوير هذه المقالة من خلال إضافة مصادر موثوق بها. أي معلومات غير موثقة يمكن التشكيك

Parte da série sobrePolítica de Singapura Constituição Executivo Presidente - Halimah Yacob Primeiros-ministro - Lee Hsien Loong Legislativo Parlamento de Singapura Judiciário Suprema Corte Tópicos relacionados Missões diplomáticas Portal de Singapuravde Ver também vdePredefinições de política da ÁsiaEstadossoberanos Afeganistão · Arábia Saudita · Arménia1 · Azerbaijão1 · Bangladexe · Barém · Butão · Brunei · Camboja · C...

Telugu reality television series This article may be written from a fan's point of view, rather than a neutral point of view. Please clean it up to conform to a higher standard of quality, and to make it neutral in tone. (December 2022) (Learn how and when to remove this template message) Season of television series Bigg BossSeason 4Season 4 eye logoPresented byNagarjuna(Week 1–6, 8–15)Samantha(Week 7)No. of days105No. of housemates19WinnerAbijeetRunner-upAkhil Sarthak Country of originIn...

Le Roi des rois Jeffrey Hunter (Jésus) Données clés Titre original King of Kings Réalisation Nicholas Ray Scénario Philip Yordan Acteurs principaux Jeffrey HunterRobert RyanSiobhan McKennaHurd HatfieldViveca LindforsCarmen Sevilla Sociétés de production MGMSamuel Bronston Productions Pays de production États-Unis Genre Biographie, drame religieuxPéplum Durée 168 min Sortie 1961 Pour plus de détails, voir Fiche technique et Distribution Le Roi des rois (King of Kings) est un film am...

Erotic magazine ForumFirst issueMarch 1968; 55 years ago (1968-03)CompanyPenthouse World MediaCountryUnited KingdomUnited StatesLanguageEnglishISSN1043-0210OCLC19252232 Penthouse Forum, sometimes simply Forum, is a magazine owned by Penthouse World Media, the publishers of Penthouse magazine. History and profile Penthouse Forum was started in March 1968 in the UK and featured letters, articles on health, medicine psychology and social relationships.[1] Its subti...

Species of flowering plant in the palm family Arecaceae Phoenix sylvestris In West Bengal, India Scientific classification Kingdom: Plantae Clade: Tracheophytes Clade: Angiosperms Clade: Monocots Clade: Commelinids Order: Arecales Family: Arecaceae Genus: Phoenix Species: P. sylvestris Binomial name Phoenix sylvestris(L.) Roxb., 1832[1] Synonyms[1] Elate sylvestris L. Elate versicolor Salisb. Phoenix sylvestris (sylvestris - Latin, of the forest) also known as silver date...

Ini adalah nama Korea; marganya adalah Dong. TaeyangTaeyang pada Juni 2016LahirDong Young-bae18 Mei 1988 (umur 35)Uijeongbu, Gyeonggi-do, Korea SelatanNama lainSolPekerjaan Penyanyi penulis lagu Suami/istriMin Hyo-rin ​(m. 2018)​Anak1Karier musikGenre Hip hop Pop Korea Dansa R&B Dansa elektronik Instrumen Vokal Piano Gitar Drum Tahun aktif2006–sekarangLabel YG (2006-2022) YGEX (2006-2022) THE BLACK LABEL (2022-sekarang) Artis terkait Big Bang Teddy...

Princess Suddhanarinatha, first wife of King Vajiralongkorn This biography of a living person needs additional citations for verification. Please help by adding reliable sources. Contentious material about living persons that is unsourced or poorly sourced must be removed immediately from the article and its talk page, especially if potentially libelous.Find sources: Soamsawali – news · newspapers · books · scholar · JSTOR (August 2017) (Learn how and ...

Chain of adult movie theaters This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: Pussycat Theaters – news · newspapers · books · scholar · JSTOR (August 2020) (Learn how and when to remove this template message) The Pussycat Theaters were a chain of adult movie theaters, operating between the 1960s and the 1980s. Pussycat Theaters had 30 locations in Calif...