Fermat
Vectors

This module implements host & device vectors

Example

// build a host vector and copy it to the device
h_vector.push_back(3u);
d_vector = h_vector;