50scaling-vector-example.doxy 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * This file is part of the StarPU Handbook.
  3. * Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
  4. * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
  5. * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  6. * See the file version.doxy for copying conditions.
  7. */
  8. /*! \page FullSourceCodeVectorScal Full source code for the ’Scaling a Vector’ example
  9. \section MainApplication Main Application
  10. \snippet vector_scal_c.c To be included. You should update doxygen if you see this text.
  11. \section CPUKernel CPU Kernel
  12. \snippet vector_scal_cpu.c To be included. You should update doxygen if you see this text.
  13. \section CUDAKernel CUDA Kernel
  14. \snippet vector_scal_cuda.cu To be included. You should update doxygen if you see this text.
  15. \section OpenCLKernel OpenCL Kernel
  16. \subsection InvokingtheKernel Invoking the Kernel
  17. \snippet vector_scal_opencl.c To be included. You should update doxygen if you see this text.
  18. \subsection SourceoftheKernel Source of the Kernel
  19. \snippet vector_scal_opencl_codelet.cl To be included. You should update doxygen if you see this text.
  20. */