git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2030 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2010-12-21 16:21:05 +00:00
commit 83336c4149

View file

@ -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)