Update for new version
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2670 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5bd4d73ad9
commit
4d1ceb7b10
5 changed files with 14 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
<moGPUAllocator.h>
|
<moGPUAllocator.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
|
||||||
|
|
||||||
Boufaras Karima, Thé Van Luong
|
Karima Boufaras, Thé Van Luong
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
<moGPUCopy.h>
|
<moGPUCopy.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
|
||||||
|
|
||||||
Boufaras Karima, Thé Van Luong
|
Karima Boufaras, Thé Van Luong
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
<moGPUDeallocator.h>
|
<moGPUDeallocator.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
|
||||||
|
|
||||||
Boufaras Karima, Thé Van Luong
|
Karima Boufaras, Thé Van Luong
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
#define __moGPUDeallocator_H_
|
#define __moGPUDeallocator_H_
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class for Disallocation of data from GPU global memory
|
* class for Deallocation of data from GPU global memory
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class moGPUDeallocator {
|
class moGPUDeallocator {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
<moGPUObject.h>
|
<moGPUObject.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
|
||||||
|
|
||||||
Boufaras Karima, Thé Van Luong
|
Karima Boufaras, Thé Van Luong
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
#include <memory/moGPUCopy.h>
|
#include <memory/moGPUCopy.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class of data managment on GPU global memory (allocation,desallocation & copy)
|
* class of data management on GPU global memory (allocation,deallocation & copy)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class moGPUObject {
|
class moGPUObject {
|
||||||
|
|
@ -77,7 +77,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*Desallocate data on GPU global memory
|
*Deallocate data on GPU global memory
|
||||||
*@param _data the data to desallocate from GPU global memory
|
*@param _data the data to desallocate from GPU global memory
|
||||||
*/
|
*/
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
<moGPUSpecificData.h>
|
<moGPUSpecificData.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
|
||||||
|
|
||||||
Boufaras Karima, Thé Van Luong
|
Karima Boufaras, Thé Van Luong
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
@ -71,6 +71,7 @@ public:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set the size of data to load
|
* Set the size of data to load
|
||||||
|
* @param _size the data size
|
||||||
*/
|
*/
|
||||||
|
|
||||||
virtual void setSize(unsigned int _size) {
|
virtual void setSize(unsigned int _size) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue