generated_model.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * StarPU
  3. * Copyright (C) INRIA 2008-2009 (see AUTHORS file)
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU Lesser General Public License as published by
  7. * the Free Software Foundation; either version 2.1 of the License, or (at
  8. * your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful, but
  11. * WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. *
  14. * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. */
  16. #define GEMM_CPU_A 9.627597e-05
  17. #define GEMM_CPU_B 2.909318e-03
  18. #define GEMM_CPU_C 1.233512e-01
  19. #define GEMM_CPU_D -2.789676e-01
  20. #define GEMM_CPU_E -1.719838e-01
  21. #define GEMM_CPU_F 2.032491e+01
  22. #define GEMM_GPU_A 1.564597e-05
  23. #define GEMM_GPU_B 1.643119e-04
  24. #define GEMM_GPU_C 1.990316e-02
  25. #define GEMM_GPU_D -1.120220e-02
  26. #define GEMM_GPU_E 2.416027e-01
  27. #define GEMM_GPU_F 1.974529e+01
  28. #define TRSM_GPU_A 4.302117e-06
  29. #define TRSM_GPU_B 5.423172e-01
  30. #define TRSM_GPU_C -4.868755e+00
  31. #define TRSM_CPU_A 1.362886e-05
  32. #define TRSM_CPU_B 6.283488e-01
  33. #define TRSM_CPU_C -4.053346e+01