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: 4 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T21:16:33.000Z (about 11 years ago)
- Last Synced: 2025-02-02T03:21:22.773Z (4 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.