An open API service indexing awesome lists of open source software.

https://github.com/fasxmut/happy-cpp-sycl-examples

c++ sycl examples
https://github.com/fasxmut/happy-cpp-sycl-examples

cpp examples happy sycl

Last synced: about 1 year ago
JSON representation

c++ sycl examples

Awesome Lists containing this project

README

          

Happ cpp sycl examples
================================================================================

c++ sycl examples

cpp/c++

**How to build:**

+ Install sycl (c++) compiler.

+ Install b2 build.

+ Build this project with b2 build.

**sycl compier:**

+ Adaptivecpp acpp compiler: https://adaptivecpp.github.io

$ acpp --help

+ Intel dpcpp/cpp compiler: https://software.intel.com/dpcpp

$ dpcpp --help

+ sycl Home: https://sycl.tech

01-basic-sycl
--------------------------------------------------

Basic sycl: only sycl header and c++ standard headers are used.

02-ex-ex
--------------------------------------------------

Use matrix, image, tensor, or audio. etc in sycl. c++ image library from sfml is used.

https://www.sfml-dev.org

Home
--------------------------------------------------

https://cppfx.xyz/projects/happ_cpp_sycl_examples.html