git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2030 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
720e1c4bec
commit
83336c4149
1 changed files with 3 additions and 3 deletions
|
|
@ -37,9 +37,9 @@
|
||||||
|
|
||||||
// CUDA includes
|
// CUDA includes
|
||||||
#include <cutil.h>
|
#include <cutil.h>
|
||||||
#include <moCudaAllocator.h>
|
#include <memory/moCudaAllocator.h>
|
||||||
#include <moCudaDesallocator.h>
|
#include <memory/moCudaDesallocator.h>
|
||||||
#include <moCudaCopy.h>
|
#include <memory/moCudaCopy.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class of managment of data on GPU global memory (allocation,desallocation & copy)
|
* class of managment of data on GPU global memory (allocation,desallocation & copy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue