A programming library based on AMD's stream computing technology. This library provides a GPGPU programming runtime based on AMD CAL(Compute Abstract Layer). Also, this library will provide some common general purpose computing algorithms such as sorting and prefix sum.
There are only a few programming libraries using AMD's GPGPU technology, while Nvidia has some great library for CUDA. One main reason is that AMD CAL is difficult to use, and its workflow is complicated. This project aims to provide a runtime which handles most of work in GPGPU workflow, and it also going to provide some common functions for GPGPU, which will make AMD's GPGPU programming easier.