CSS: Customizable Spell System For Unlimited Replayability In Video-Games
Algorithms are used in everywhere from smartphones to washing machines but they are only indirectly benefiting end-users because it is...


Multi-GPU Load Balancing
Let your OpenCL kernel code run on all devices concurrently and efficiently with work partitioning for each new compute method call....


Best of Both Worlds
C language is fast. C# language is flexible. Combine them on CPUs, iGPUs, GPUs and FPGAs. OpenCL is based on a constrained C99 compiler...
Hello World
New programming methods are not complete without a simplest traditional "hello world" output, are they? Here it is: ClNumberCruncher cr =...


Enabling Pipelining to Hide Latencies
Cekirdekler API makes it very easy to enable pipelining for computing. When enabled, it breaks a work into multiple-of-4 blobs, then...
Compatibility
Compiled projects are approved to be working on both AMD FX8150, AMD R7-240, AMD HD7870 and INTEL N3060, INTEL HD400 CPUs and (i)GPUs....
Join The Work
This is an open source project and the cluster computing part is still prealpha. There are also no built-in kernel codes. The core of...