Skip to content
Snippets Groups Projects
  1. Nov 09, 2012
  2. Oct 24, 2012
    • Andreas Klöckner's avatar
      Merge pull request #8 from davethej/master · 82936bbf
      Andreas Klöckner authored
      Made some changes to the benchmark example... let me know what you think.
      82936bbf
    • 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
  3. Oct 07, 2012
  4. Oct 06, 2012
  5. Oct 05, 2012
  6. Sep 28, 2012
  7. Sep 24, 2012
  8. Sep 23, 2012
  9. Sep 22, 2012
  10. Sep 03, 2012
  11. Sep 02, 2012
  12. Aug 30, 2012
  13. Aug 29, 2012
  14. Aug 27, 2012
  15. Aug 21, 2012
  16. Aug 13, 2012
  17. Aug 11, 2012
  18. Aug 08, 2012
  19. Aug 02, 2012
  20. Aug 01, 2012
  21. Jul 31, 2012
Loading