C++ Oneapi

Open-source C++ projects categorized as Oneapi
Topics: Sycl Cuda Dpcpp Intel GPU

Top 13 C++ Oneapi Projects

  • oneTBB

    oneAPI Threading Building Blocks (oneTBB)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • oneDNN

    oneAPI Deep Neural Network Library (oneDNN)

  • Project mention: Blaze: A High Performance C++ Math library | news.ycombinator.com | 2024-04-17

    If you are talking about non-small matrix multiplication in MKL, is now in opensource as a part of oneDNN. It literally has exactly the same code, as in MKL (you can see this by inspecting constants or doing high-precision benchmarks).

    For small matmul there is libxsmm. It may take tremendous efforts make something faster than oneDNN and libxsmm, as jit-based approach of https://github.com/oneapi-src/oneDNN/blob/main/src/gpu/jit/g... is too flexible: if someone finds a better sequence, oneDNN can reuse it without major change of design.

    But MKL is not limited to matmul, I understand it...

  • llvm

    Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects. (by intel)

  • Project mention: Vcc – The Vulkan Clang Compiler | news.ycombinator.com | 2024-01-09

    Intel's modern compilers (icx, icpx) are clang-based. There is an open-source version [1], and the closed-source version is built atop of this with extra closed-source special sauce.

    AOCC and ROCm are also based on LLVM/clang.

    [1] https://github.com/intel/llvm

  • oneAPI-samples

    Samples for Intel® oneAPI Toolkits

  • oneDPL

    oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html (by oneapi-src)

  • oneDAL

    oneAPI Data Analytics Library (oneDAL)

  • oneMKL

    oneAPI Math Kernel Library (oneMKL) Interfaces

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • occa

    Portable and vendor neutral framework for parallel programming on heterogeneous platforms.

  • Project mention: Portable and vendor neutral parallel programming on heterogeneous platforms | news.ycombinator.com | 2024-04-11
  • ginkgo

    Numerical linear algebra software package (by ginkgo-project)

  • libvpl

    Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples

  • level-zero

    oneAPI Level Zero Specification Headers and Loader

  • dpctl

    Python SYCL bindings and SYCL-based Python Array API library

  • Project mention: Data Parallel Extensions for Python: near-native speed for scientific computing | news.ycombinator.com | 2023-11-24

    Considering how poorly it seems to support cuda as a backend [0], I wouldn't hold my breath about non intel vendor support (amd cpu or gpu). As for less common gpus, there really is no good support in any library. If you ever want to go down a fun rabbit hole, try to use the gpu in a raspberry pi for something. You'll eventually find one guy who reverse engineered the drivers to make a compiler but that's it.

    [0] https://github.com/IntelPython/dpctl/discussions/1124

  • eaminer

    Heterogeneous Ethereum Miner with support for AMD, Intel and Nvidia GPUs using SYCL, OpenCL and CUDA backends

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Oneapi discussion

Log in or Post with

C++ Oneapi related posts

  • Blaze: A High Performance C++ Math library

    7 projects | news.ycombinator.com | 17 Apr 2024
  • device::aspects ?

    1 project | /r/sycl | 25 Apr 2023
  • Modern Software Development Tools and oneAPI Part 1

    2 projects | dev.to | 31 Dec 2022
  • Using Handbrake Nightly Build in Tdarr

    1 project | /r/Tdarr | 5 Dec 2022
  • Cross Platform Computing Framework?

    1 project | /r/hardware | 17 Oct 2022
  • Arc & Deep Learning Frameworks

    1 project | /r/intel | 6 Oct 2022
  • Intel oneDNN 2.5 released with experimental RISC-V support

    2 projects | /r/RISCV | 9 Dec 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Oneapi projects in C++? This list will help you:

Project Stars
1 oneTBB 5,395
2 oneDNN 3,487
3 llvm 1,183
4 oneAPI-samples 867
5 oneDPL 713
6 oneDAL 594
7 oneMKL 580
8 occa 381
9 ginkgo 379
10 libvpl 258
11 level-zero 185
12 dpctl 96
13 eaminer 4

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com