This project is mirrored from https://github.com/Syncleus/aparapi-examples.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 04 Oct, 2015 3 commits
-
-
J M Dieterich authored
Add support for FreeBSD. As we use the ocl-icd loader, we do not know which vendor OpenCL has, hence: FreeBSD was my choice. That being said, generic or Khronos would also be suitable.
-
J M Dieterich authored
-
J M Dieterich authored
-
- 08 Sep, 2015 1 commit
-
-
Ryan-LaMothe-PNNL authored
Add parenthesis around conditional expression
-
- 05 Sep, 2015 2 commits
- 17 Mar, 2015 1 commit
-
-
Ryan-LaMothe-PNNL authored
Support for progress tracking and cancellation of multi-pass kernels
-
- 03 Mar, 2015 1 commit
-
-
barneypitt authored
-
- 24 Feb, 2015 1 commit
-
-
barneypitt authored
Added utility MultiPassKernelSwingWorker.java for simplified use of above from Swing. Added related sample code.
-
- 16 Nov, 2014 5 commits
-
-
Ryan-LaMothe-PNNL authored
Bugfixes
-
log2 authored
changed length/dim auxiliary parameters generation to be numbered (0, 1, 2) only for multi-dimensional arrays (this fixes some code generation tests)
-
log2 authored
multidimensional arrays
-
log2 authored
-
log2 authored
-
- 15 Nov, 2014 7 commits
-
-
log2 authored
-
log2 authored
generation stability (which was undermined by caching)
-
log2 authored
to assertEquals in order to better visualize generated code misalignments (especially under Eclipse)
-
log2 authored
and caches are enabled
-
log2 authored
message
-
log2 authored
mistakenly pointing at OpenCL.Local and OpenCL.Constant, aimed at parameters, rather than Kernel.Local and Kernel.Constant, aimed at fields)
-
Lorenzo Gallucci authored
Align with latest APARAPI commits
-
- 11 Nov, 2014 4 commits
-
-
Ryan-LaMothe-PNNL authored
Added support for metadata caching, FJ pool in JTP execution and minor speed-ups
-
log2 authored
Conflicts: com.amd.aparapi/src/java/com/amd/aparapi/internal/kernel/KernelRunner.java
-
Lorenzo Gallucci authored
Align with latest APARAPI commits
-
Ryan-LaMothe-PNNL authored
Add support for Xeon Phi
-
- 10 Nov, 2014 4 commits
-
-
log2 authored
-
log2 authored
-
https://github.com/log2/aparapi.gitlog2 authored
-
log2 authored
upon constructor in ByteCode's constructor (was in newInstruction() method)
-
- 09 Nov, 2014 8 commits
-
-
log2 authored
-
log2 authored
-
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
-
log2 authored
thrown exceptions (if any)
-
log2 authored
-
log2 authored
caches/memoizers
-
log2 authored
String.replace(char, char), in order to enhance performance
-
log2 authored
to enhance performance
-
- 31 Oct, 2014 1 commit
-
-
ekasitk authored
-
- 28 Sep, 2014 2 commits
-
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-