Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.