diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUAllocator.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUAllocator.h index 015605775..91670add5 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUAllocator.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUAllocator.h @@ -1,8 +1,8 @@ /* - 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 abiding by the rules of distribution of free software. You can use, diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUCopy.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUCopy.h index 2d7c4b284..ac21deb9b 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUCopy.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUCopy.h @@ -1,8 +1,8 @@ /* - 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 abiding by the rules of distribution of free software. You can use, diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUDeallocator.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUDeallocator.h index 18ef65d9c..857cb684d 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUDeallocator.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUDeallocator.h @@ -1,8 +1,8 @@ /* - 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 abiding by the rules of distribution of free software. You can use, @@ -36,7 +36,7 @@ #define __moGPUDeallocator_H_ /** - * class for Disallocation of data from GPU global memory + * class for Deallocation of data from GPU global memory */ class moGPUDeallocator { diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUObject.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUObject.h index 74f2ccb7f..5cd839dac 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUObject.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUObject.h @@ -1,8 +1,8 @@ /* - 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 abiding by the rules of distribution of free software. You can use, @@ -40,7 +40,7 @@ #include /** - * class of data managment on GPU global memory (allocation,desallocation & copy) + * class of data management on GPU global memory (allocation,deallocation & copy) */ 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 */ template diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUSpecificData.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUSpecificData.h index b3286dadc..dc7069ee2 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUSpecificData.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/memory/moGPUSpecificData.h @@ -1,8 +1,8 @@ /* - 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 abiding by the rules of distribution of free software. You can use, @@ -71,6 +71,7 @@ public: /* * Set the size of data to load + * @param _size the data size */ virtual void setSize(unsigned int _size) {