The OpenCL Kernel Compiler compiles OpenCL kernel files and presents any compilation errors in a form commonly used by "regular" C/C++ compilers. It is intended to be used as a supporting tool for application developers working with OpenCL.
Version 0.3.0 adds additional features for saving compiled binaries and selecting platforms/devices.
Features
- Compile OpenCL source files
- Device type selection
- Print info about available OpenCL implementation
- Run-time binding of OpenCL dynamic library
- Saving of binary OpenCL programs
- Compilation filtering based on platform name
- OpenCL compiler flag propagation
Categories
CompilersLicense
Boost Software License (BSL1.0)Follow clcc
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
It's very useful for work with composite kernels. Thanks!