From 9ba9cb7587f4e4467e7aaa9532ac7d5c1720518e Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 10 Feb 2011 13:56:56 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2152 331e1502-861f-0410-8da2-ba01fb791d7f --- ParadisEO-GPU/test/t-memory.cu | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ParadisEO-GPU/test/t-memory.cu b/ParadisEO-GPU/test/t-memory.cu index e59a0a0e7..f7563a425 100644 --- a/ParadisEO-GPU/test/t-memory.cu +++ b/ParadisEO-GPU/test/t-memory.cu @@ -2,7 +2,7 @@ Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010 - Thé Van LUONG, Karima Boufaras + 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, @@ -67,7 +67,6 @@ int main() { //test copy from device to host cpy(cpy_data,d_data,5,0); - i=0; for(i=0;i<5;i++) assert(cpy_data[i]==i); @@ -87,5 +86,4 @@ int main() { return EXIT_SUCCESS; } -