1234567891011121314151617181920212223242526272829303132333435 |
- /*
- * StarPU
- * Copyright (C) INRIA 2008-2009 (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.
- */
- #define GEMM_CPU_A 9.627597e-05
- #define GEMM_CPU_B 2.909318e-03
- #define GEMM_CPU_C 1.233512e-01
- #define GEMM_CPU_D -2.789676e-01
- #define GEMM_CPU_E -1.719838e-01
- #define GEMM_CPU_F 2.032491e+01
- #define GEMM_GPU_A 1.564597e-05
- #define GEMM_GPU_B 1.643119e-04
- #define GEMM_GPU_C 1.990316e-02
- #define GEMM_GPU_D -1.120220e-02
- #define GEMM_GPU_E 2.416027e-01
- #define GEMM_GPU_F 1.974529e+01
- #define TRSM_GPU_A 4.302117e-06
- #define TRSM_GPU_B 5.423172e-01
- #define TRSM_GPU_C -4.868755e+00
- #define TRSM_CPU_A 1.362886e-05
- #define TRSM_CPU_B 6.283488e-01
- #define TRSM_CPU_C -4.053346e+01
|