scaling-vector-example.texi 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @c -*-texinfo-*-
  2. @c This file is part of the StarPU Handbook.
  3. @c Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
  4. @c Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
  5. @c Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
  6. @c See the file starpu.texi for copying conditions.
  7. @menu
  8. * Main application::
  9. * CPU Kernel::
  10. * CUDA Kernel::
  11. * OpenCL Kernel::
  12. @end menu
  13. @node Main application
  14. @section Main application
  15. @include chapters/vector_scal_c.texi
  16. @node CPU Kernel
  17. @section CPU Kernel
  18. @include chapters/vector_scal_cpu.texi
  19. @node CUDA Kernel
  20. @section CUDA Kernel
  21. @include chapters/vector_scal_cuda.texi
  22. @node OpenCL Kernel
  23. @section OpenCL Kernel
  24. @menu
  25. * Invoking the kernel::
  26. * Source of the kernel::
  27. @end menu
  28. @node Invoking the kernel
  29. @subsection Invoking the kernel
  30. @include chapters/vector_scal_opencl.texi
  31. @node Source of the kernel
  32. @subsection Source of the kernel
  33. @include chapters/vector_scal_opencl_codelet.texi