Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikskuh/opencl
An open source OpenCL wrapper written in C#. Usable with all .NET versions since 2.0.
https://github.com/ikskuh/opencl
Last synced: about 1 month ago
JSON representation
An open source OpenCL wrapper written in C#. Usable with all .NET versions since 2.0.
- Host: GitHub
- URL: https://github.com/ikskuh/opencl
- Owner: ikskuh
- License: zlib
- Created: 2014-02-12T20:51:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T21:16:33.000Z (over 10 years ago)
- Last Synced: 2024-05-17T11:43:06.948Z (6 months ago)
- Language: C#
- Size: 313 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenCL
======An open source OpenCL wrapper written in C#. Usable with all .NET versions since 2.0.
OpenCL.Build
======OpenCL command line compiler. Selects a default device and compiles a given source file.
Usage:
OpenCL.Build file.cl [OpenCL Compiler Commandline]Everything after the filename is passed directly to the OpenCL clBuildProgram function.
Headers
======A collection of useful OpenCL header files. Most headers are build for raytracing, but can
be used for other applications as well.