commit b0ef8e83c5aa55b20720baa466a3db45060395ab parent f38a238420defdd923d4edece13511e7f6842b7f Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 19 Nov 2023 00:56:22 +0100 proper header Diffstat:
| M | source/square.c | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/source/square.c b/source/square.c @@ -1,3 +1,23 @@ +/* + This file is part of TALER + Copyright (C) 2023 Taler Systems SA + + TALER is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + TALER 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along with + TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> +*/ +/** + * @file square.c + * @brief square floats on a GPU. Sample program to start testing on OpenCL. + * @author Christian Grothoff + */ #include <stdio.h> #include <stdlib.h> #include <CL/opencl.h>