Intel SYCL Compiler/Runtimes Updated With Unified Shared Memory Support

Written by Michael Larabel in Intel on 15 August 2019 at 06:43 AM EDT. Add A Comment
INTEL
Intel has released a new version of their SYCL compiler and run-time code for single-source C++ programming and allowing offloaded computations to accelerators via OpenCL.

With the new release of their SYCL stack for Linux, there is now support in place for Unified Shared Memory. Unified Shared Memory via the cl_intel_unified_shared_memory extension is Intel's alternative to OpenCL Shared Virtual Memory (SVM) for allowing pointer-based programming in OpenCL. This OpenCL support in turn is leveraged for pointer-based programming with SYCL.

In addition to the Unified Shared Memory support, the SYCL update also adds image accessor support, support for unnamed lambda kernels, kernel-to-kernel blocking and non-blocking pipe functionality, and a wide range of other improvements. The SYCL stack also now has experimental support for building and linking with libc++ rather than only libstdc++ on Linux.

More details on the newest Intel SYCL stack update via GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week