Initial commit of the ComputeCpp SDK to Github Sep 9, 2016 CMakeLists.txt Add scan sample using subgroup operations (#283) May 5, 2022 CODE_OF_CONDUCT.md Add Code of Conduct (#207) Jul 31, 2019 CONTRIBUTING Initial commit of the ComputeCpp SDK to Github ...
0 comments on commit fc87d91 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
rodburns closed this as completed Aug 14, 2019 Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in. Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests 4 participants Fo...
https://github.com/j-stephan/fpg/blob/master/examples/n-body/sycl/nbody.cpp Change line 57 to one of the mentioned functions (both sin/cos or the native ones), compile with ComputeCpp 1.0.5: compute++ nbody.cpp -I/opt/sycl/computecpp/include -L/opt/sycl/computecpp/lib -lComputeCpp -...
Updated syntax of update_to functions to match latest CP001 status https://github.com/codeplaysoftware/standards-proposals ComputeCpp Package supports Visual Studio 2015 and above [Experimental] Added SPIR-V generation support [Experimental] Added Default placeholder constructor (See https://github.com...
First in the terminal change to the root directory of the package you cloned from GitHub. This is the folder containing "samples" and "documents" mkdir build Now change into that directory cd build Then call cmake to build all the sample code in the package, ensuring the pat...
The ComputeCpp SDK complements the ComputeCpp Package with build system integration, sample code and documentation. The ComputeCpp package is available atcomputecpp-sdk @GitHub. Further documentation of the system can also be found in theComputeCpp API Documentation. There is a local copy of the API...
If you have an idea for a new sample, different build system integration or even a fix for something that is broken, please get in contact.Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
The ComputeCpp package is available at computecpp-sdk @ GitHub. Further documentation of the system can also be found in the ComputeCpp API Documentation. There is a local copy of the API Documentation available in the directory doc/api_pages/index.html of the ComputeCpp package. Please, refer ...
If instead you prefer to dive straight into code samples for a hands-on approach, you can head on to the Getting Started Guide for setup instructions or browse the sample code on our GitHub repository: ComputeCpp SDK repository. You can also try out SYCL and ComputeCpp without installing ...