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