Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@ori-sky ori-sky released this 02 Jun 14:22
· 1075 commits to main since this release

This is the first public release of the oneAPI Construction Kit, a framework to provide implementations of open standards, enabling SYCL to run on custom architectures for HPC and AI.

This release includes:

  • Support for host and RISC-V devices.
  • clik - simple compute library that demonstrates how offloading code to an accelerator works.
  • ComputeMux - runtime and compiler modules enabling code written in SYCL to run on custom architectures through DPC++.
  • RefSi - reference RISC-V architecture supporting simulation.
  • Vecz - whole function vectorizer enabling automatic SIMD vectorization across hardware lanes.
  • Cargo - STL-like container library with strict memory requirements.

The full historical changelog for the project can be viewed here.