Skip to content
piotrMocz edited this page Aug 12, 2014 · 2 revisions

Gust is meant to be an extension for Breeze that utilizes the capabillities of GPUs to accelerate the execution of numerical algorithms. Currently it uses mostly CUDA, as the OpenCL extensions are in their nascent phase. That said, it requires an NVidia card to make use of its full capabilities. Additionally, the card needs to have the compute capability of at least 3.0. For the list of GPUs along with their compute capabilities please follow this link. Also, being an extension to Breeze rather than a standalone library, it requires Breeze to work properly.

For installation/getting started instructions please visit the Getting Started page.

Clone this wiki locally