Skip to content
Snippets Groups Projects
  1. Feb 17, 2018
  2. Sep 15, 2017
  3. Sep 02, 2017
  4. Jul 27, 2017
  5. May 19, 2017
  6. Oct 08, 2016
  7. Sep 15, 2016
    • Arash's avatar
      Fixing Compiler warning · 045ff7d2
      Arash authored
      Using type suffix
      045ff7d2
    • Arash's avatar
      Update benchmark.py · f005fb21
      Arash authored
      Fixing CompilerWarning: <program source>: warning: double precision constant requires cl_khr_fp64, casting to single precision
      An application that wants to use double will need to include the directive before any double precision data type is declared in the kernel code.
      f005fb21
  8. Jul 02, 2016
  9. Jun 05, 2016
  10. May 11, 2016
  11. Nov 05, 2015
  12. Aug 09, 2015
  13. Jun 30, 2015
  14. Jun 21, 2015
  15. Jul 17, 2014
  16. Jun 15, 2014
  17. May 29, 2014
  18. Apr 29, 2014
  19. Oct 17, 2013
  20. Sep 16, 2013
  21. Aug 17, 2013
  22. Jul 29, 2013
  23. Jul 07, 2013
  24. Jul 06, 2013
  25. Jun 10, 2013
  26. Mar 20, 2013
  27. Oct 24, 2012
    • dhj's avatar
      Updated benchmark to use equivalent work loads for cpu and gpu. · fa833504
      dhj authored
      * Numpy does element-wise operations by default.  Updated the cpu
        operation to use pure numpy.
      
      * Eliminated the loop which is not necessary to demonstrate
        parallelism on array operations.
      
      * Made the number of workers explicit rather than gpu chosen,
        through local_size variable passed to kernel execution.
      
      * Increased to ~8 million data points to more clearly demonstrate
        the difference between cpu and gpu based computations.
      fa833504
  28. Oct 06, 2012
  29. Aug 11, 2012
  30. Jul 30, 2012
  31. Jul 25, 2012
  32. Jun 18, 2012
Loading