- Nov 10, 2014
-
-
https://github.com/log2/aparapi.gitlog2 authored
-
log2 authored
upon constructor in ByteCode's constructor (was in newInstruction() method)
-
- Nov 09, 2014
-
-
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
-
- Sep 28, 2014
-
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
https://github.com/aparapi/aparapiRyan R. LaMothe authored
* 'master' of https://github.com/aparapi/aparapi: Minor adjustments to support Git
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
- Sep 27, 2014
-
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
dependencies from Ant. Currently, only Mac OS X is supported.
-
Ryan R. LaMothe authored
-
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
build targets.
-
Ryan R. LaMothe authored
targets. On my machine FFT, Histogram and Histogram-Ideal are not working...although Mandel and Square appear to work.
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
appropriate gitignore entries.
-
- Sep 26, 2014
-
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
Ryan R. LaMothe authored
-
SubaruWRC authored
-
SubaruWRC authored
-
- Sep 25, 2014
-
-
SubaruWRC authored
-
SubaruWRC authored
-
SubaruWRC authored
imported, built, edited and managed from within Eclipse, if desired. Each sub-project then becomes a nested project within Eclipse. Ideally, this change will also allow us to move to Gradle, which may be desirable to obtain nice dependency management, versioning, etc.
-
SubaruWRC authored
-
SubaruWRC authored
-
Ryan LaMothe authored
-
- Sep 24, 2014
-
-
Peter Nordquist authored
-