This sample demonstrates the use of mapped variables. More...
#include "../include/mycuda.h"Go to the source code of this file.
Functions | |
| int | main () |
This sample demonstrates the use of mapped variables.
float *x = mapped_malloc<float>(n);
Definition in file mappedMemory.cu.
| int main | ( | void | ) |
Definition at line 17 of file mappedMemory.cu.
1.8.4