This is simply a curated list of SYCL based projects. It is designed to be used in other services, charting software etc.
Below is a short list of different views using the projects.json
file as its data source.
- Accumulation Graph of SYCL Projects/Year
- Coming Soon!
Edit the file projects.json
and add the below json object into the projects
array.
{
"name": "Example SYCL Project",
"date_created": "2020-05-02",
"url": "https://github.com/codeplaysoftware/sycl-project-list",
"type": "library",
"short_description": "This is an example SYCL project.",
"owner": {
"name": "Codeplay Software Ltd",
"url": "https://codeplay.com"
},
"licence": "MIT"
}
Create a pull request.