Преглед изворни кода

Filter example: fix copyright

Nathalie Furmento пре 15 година
родитељ
комит
41cbb6182c
1 измењених фајлова са 1 додато и 5 уклоњено
  1. 1 5
      examples/filters/fblock_cuda.cu

+ 1 - 5
examples/filters/fblock_cuda.cu

@@ -1,6 +1,6 @@
 /*
 /*
  * StarPU
  * StarPU
- * Copyright (C) INRIA 2008-2009 (see AUTHORS file)
+ * Copyright (C) INRIA 2008-2010 (see AUTHORS file)
  *
  *
  * This program is free software; you can redistribute it and/or modify
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
  * it under the terms of the GNU Lesser General Public License as published by
@@ -14,10 +14,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
  */
 
 
-/*
- * This example complements vector_scale.c: here we implement a CUDA version.
- */
-
 #include <starpu.h>
 #include <starpu.h>
 
 
 static __global__ void fblock_cuda(int *block, int nx, int ny, int nz, unsigned ldy, unsigned ldz, float factor)
 static __global__ void fblock_cuda(int *block, int nx, int ny, int nz, unsigned ldy, unsigned ldz, float factor)