Skip to content
  1. Dec 16, 2012
  2. Dec 15, 2012
  3. Dec 13, 2012
  4. Dec 12, 2012
  5. Dec 08, 2012
  6. Dec 06, 2012
  7. Nov 27, 2012
  8. Nov 11, 2012
  9. Nov 10, 2012
  10. Nov 09, 2012
  11. 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
  12. Oct 07, 2012
  13. Oct 06, 2012
  14. Oct 05, 2012