Skip to content
Snippets Groups Projects
  1. Aug 29, 2015
  2. Aug 17, 2015
  3. Aug 16, 2015
  4. Aug 15, 2015
  5. Mar 17, 2015
  6. Mar 03, 2015
  7. Feb 24, 2015
  8. Nov 16, 2014
  9. Nov 15, 2014
  10. Nov 11, 2014
  11. Nov 10, 2014
  12. Nov 09, 2014
    • log2's avatar
      1312f1cd
    • log2's avatar
      58a09883
    • log2's avatar
      - added support for caching of various metadata generated/used by · 22d45cde
      log2 authored
      APARAPI, thus avoiding the need for re-generating them on each kernel
      call (or, worst, when a new Kernel is instatiated)
      - added support for finding method properties (such as method using
      atomics 32, OpenCL mapping, etc.) based on full method signature, not
      only name
      - added support for OpenCL-mapped methods user-defined, i.e., outside of
      Kernel class
      - added two OpenCL-mapped methods 'hypot' in Kernel (more to come)
      - added support for ForkJoinPool-based JTP execution (this avoids
      creation of a high number of threads for ranges having local sizes
      significantly higher than the number of system CPU cores)
      - added support for skipping local barriers altogether in JTP execution,
      when a local size (x * y * z) equal to 1 is detected
      22d45cde
Loading