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 .
- 17 Oct, 2016 7 commits
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- 16 Oct, 2016 5 commits
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- 19 Aug, 2016 5 commits
-
-
Patrick Sharp authored
Also changed pom to keep java 1.7
-
Patrick Sharp authored
Conflicts: com.amd.aparapi/src/java/com/amd/aparapi/internal/kernel/KernelRunner.java file moved to com.amd.aparapi/src/main/java/com/amd/aparapi/internal/kernel/KernelRunner.java
-
Patrick Sharp authored
Conflicts: com.amd.aparapi/src/java/com/amd/aparapi/internal/kernel/KernelRunner.java
-
Patrick Sharp authored
-
Patrick Sharp authored
dispose() disposes of the jniContextHandle, however the seenBinaryKeys still reported that the handle is still available. This resulted in a kernel being unable to recompile after any of it's predecessors have been disposed. Clearing this set fixes this issue.
-
- 12 Aug, 2016 3 commits
-
-
Patrick Sharp authored
-
Patrick Sharp authored
-
Patrick Sharp authored
-
- 04 Feb, 2016 3 commits
-
-
Ryan-LaMothe-PNNL authored
Correct reported getLastConversionTime()
-
Mohaned authored
-
-
- 31 Dec, 2015 1 commit
-
-
Ryan-LaMothe-PNNL authored
Resolve exception in kernel.dispose()
-
- 15 Dec, 2015 2 commits
-
-
Ekasit Kijsipongse authored
-
Ekasit Kijsipongse authored
-
- 26 Oct, 2015 4 commits
-
-
qunaibit authored
Update
-
Ryan-LaMothe-PNNL authored
Correct the execution condition for simple array of objects
-
Ekasit Kijsipongse authored
-
Ekasit Kijsipongse authored
-
- 10 Oct, 2015 2 commits
-
-
Ryan-LaMothe-PNNL authored
Include missing string headers for the string from char[] constructio…
-
J M Dieterich authored
Include missing string headers for the string from char[] construction. FreeBSD's compiler and stdlib combination otherwise throws an error.
-
- 09 Oct, 2015 2 commits
-
-
Ryan-LaMothe-PNNL authored
Adding mistakenly omitted file from previous commit for device config…
-
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.
-
- 07 Oct, 2015 3 commits
-
-
Ryan-LaMothe-PNNL authored
Add support for FreeBSD
-
Ryan-LaMothe-PNNL authored
Improved device donfigurability, enhanced profiling, several performance and usability enhancements
-
Ryan-LaMothe-PNNL authored
Porting the wiki to github
-
- 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
-