# OpenCL **Repository Path**: alabohai/OpenCL ## Basic Information - **Project Name**: OpenCL - **Description**: No description available - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.