Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Mike Wendt edited this page Aug 6, 2018 · 4 revisions

libGDF wiki

libGDF is a C library for implementing common functionality for a GPU Data Frame. The goal is to agree on a standard way for libraries and applications to exchange tabular data directly on the GPU, avoiding architectural bottleneck of having to move data off the GPU just to pass it to another library.

Clone this wiki locally