Skip to content
Snippets Groups Projects
  1. Dec 31, 2015
  2. Dec 15, 2015
  3. Oct 26, 2015
  4. Oct 10, 2015
  5. Oct 09, 2015
    • Ryan-LaMothe-PNNL's avatar
      Merge pull request #17 from barneypitt/master · 9a784c83
      Ryan-LaMothe-PNNL authored
      Adding mistakenly omitted file from previous commit for device config…
      9a784c83
    • Barney's avatar
      Adding mistakenly omitted file from previous commit for device... · 8a693a84
      Barney authored
      Adding mistakenly omitted file from previous commit for device configurability, plus some minor cleanups:
      
      Reverted Kernel#finalize, now not overridden (was disposing kernel but this caused problems due to threading).
      
      Modified Range so that where auto-creating sizes (i.e. localIsDerived) for JavaDevices sizes are sensible (size = 1 for sequential, = Runtime.getRuntime().availableProcessors() for thread pool.
      8a693a84
  6. Oct 07, 2015
  7. Oct 04, 2015
  8. Sep 28, 2015
    • Barney's avatar
      Improvements to profiling apparatus · 2fb33514
      Barney authored
      Added JNI-side caching of compiled binaries per kernel per device
      Added java-side support for control of binary caching
      Added facility to cleanUpArrays() in a kernel, frees (most of) GPU memory associated with a kernel but retains JINContext to allow kernel reuse
      2fb33514
  9. Sep 27, 2015
  10. Sep 13, 2015
  11. Sep 08, 2015
  12. Sep 05, 2015
Loading