Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 07, 2012
  3. Oct 06, 2012
  4. Oct 05, 2012
  5. Sep 28, 2012
  6. Sep 24, 2012
  7. Sep 23, 2012
  8. Sep 22, 2012
  9. Sep 03, 2012
  10. Sep 02, 2012
  11. Aug 30, 2012
  12. Aug 29, 2012
  13. Aug 27, 2012
  14. Aug 21, 2012
  15. Aug 13, 2012
  16. Aug 11, 2012
  17. Aug 08, 2012
  18. Aug 02, 2012
  19. Aug 01, 2012
  20. Jul 31, 2012
Loading