Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

NatTuck/pancake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Pancake ==

Pancake allows your program to perform just-in-time specialization for your
OpenCL kernels.

Getting this to work requires the following steps:

 * #include <pancake.h> in every source file that makes OpenCL calls *before*
   <CL/cl.hpp> or any other header that might make OpenCL calls or use OpenCL
   data types gets included.
 * Link to libpancake.so
 * Annotate your OpenCL kernels with specialization directives.


About

A library for JIT specialization of OpenCL programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published