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
- Host: GitHub
- URL: https://github.com/fasxmut/happy-cpp-sycl-examples
- Owner: fasxmut
- License: other
- Created: 2024-07-19T00:28:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T09:46:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T06:12:35.749Z (over 1 year ago)
- Topics: cpp, examples, happy, sycl
- Language: C++
- Homepage: https://cppfx.xyz/projects/happ_cpp_sycl_examples.html
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: COPYING
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