|
@@ -1,20 +1,4 @@
|
|
|
/*
|
|
|
- * StarPU
|
|
|
- * Copyright (C) INRIA 2008-2010 (see AUTHORS file)
|
|
|
- *
|
|
|
- * 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
|
|
|
- * the Free Software Foundation; either version 2.1 of the License, or (at
|
|
|
- * your option) any later version.
|
|
|
- *
|
|
|
- * This program is distributed in the hope that it will be useful, but
|
|
|
- * WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
- *
|
|
|
- * See the GNU Lesser General Public License in COPYING.LGPL for more details.
|
|
|
- */
|
|
|
-
|
|
|
-/*
|
|
|
* This example demonstrates how to use StarPU to scale an array by a factor.
|
|
|
* It shows how to manipulate data with StarPU's data management library.
|
|
|
* 1- how to declare a piece of data to StarPU (starpu_vector_data_register)
|
|
@@ -22,7 +6,6 @@
|
|
|
* 3- how a kernel can manipulate the data (buffers[0].vector.ptr)
|
|
|
*/
|
|
|
|
|
|
-
|
|
|
#include <stdio.h>
|
|
|
#include <stdint.h>
|
|
|
#include <starpu.h>
|