Skip to content
Snippets Groups Projects
  1. Oct 17, 2016
  2. Oct 16, 2016
  3. Aug 19, 2016
  4. Aug 12, 2016
  5. Feb 04, 2016
  6. Dec 31, 2015
  7. Dec 15, 2015
  8. Oct 26, 2015
  9. Oct 10, 2015
  10. 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
  11. Oct 07, 2015
  12. Oct 04, 2015
  13. 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
  14. Sep 27, 2015
Loading