openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
aparapi
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 5 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'caching' of https://github.com/log2/aparapi.git into caching
log2
More...
about 10 years ago
Reduced computational weight of bytecode generation by moving reflection upon constructor in ByteCode's constructor (was in newInstruction() method)
log2
More...
about 10 years ago
Factored out code instantiating KernelRunner before use
log2
More...
about 10 years ago
Added some test code to demonstrate cache performance
log2
More...
about 10 years ago
- added support for caching of various metadata generated/used by 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
More...
about 10 years ago
Added cache with three generic parameters: key type, value type and thrown exceptions (if any)
log2
More...
about 10 years ago
Added thread-safe memoizer (with inner Optional class)
log2
More...
about 10 years ago
Added Java7-equivalent of Java8's Supplier; to be used by caches/memoizers
log2
More...
about 10 years ago
Substituted calls to String.replace(String, String) with String.replace(char, char), in order to enhance performance
log2
More...
about 10 years ago
Substituted String.format with a simple String concatentation, in order to enhance performance
log2
More...
about 10 years ago
Add support for Xeon Phi
ekasitk
More...
over 10 years ago
Added GPU and JTP targets
Ryan R. LaMothe
More...
over 10 years ago
Added Windows-i586, Windows-AMD64, Linux-i586, Linux-AMD64
Ryan R. LaMothe
More...
over 10 years ago
Merge branch 'master' of https://github.com/aparapi/aparapi
Ryan R. LaMothe
More...
over 10 years ago
Minor adjustments to support Git
Ryan R. LaMothe
More...
over 10 years ago
Minor adjustments to support Git
Ryan R. LaMothe
More...
over 10 years ago
Removed unneeded directory
Ryan R. LaMothe
More...
over 10 years ago
Added ability to execute GPU and JTP from build script
Ryan R. LaMothe
More...
over 10 years ago
Added ability to automatically download and install necessary dependencies from Ant. Currently, only Mac OS X is supported.
Ryan R. LaMothe
More...
over 10 years ago
Merge conflict resolution
Ryan R. LaMothe
More...
over 10 years ago
Applied fixes for https://code.google.com/p/aparapi/issues/detail?id=153
Ryan R. LaMothe
More...
over 10 years ago
Minor clean-up
Ryan R. LaMothe
More...
over 10 years ago
Refactored build script to support execution of all project build targets. On my machine FFT, Histogram and Histogram-Ideal are not working...although Mandel and Square appear to work.
Ryan R. LaMothe
More...
over 10 years ago
Refactored build script to support CPU and GPU execution of all project build targets.
Ryan R. LaMothe
More...
over 10 years ago
Formatting
Ryan R. LaMothe
More...
over 10 years ago
Adjusted build.xml to work with Java 7. Pruned Eclipse classpath.
Ryan R. LaMothe
More...
over 10 years ago
Fixed build scripts to download dependencies on demand. Added appropriate gitignore entries.
Ryan R. LaMothe
More...
over 10 years ago
Formatting
Ryan R. LaMothe
More...
over 10 years ago
Added /classes/ to gitignore
Ryan R. LaMothe
More...
over 10 years ago
Added ability to execute 'convolution' from Ant via JTP and GPU
Ryan R. LaMothe
More...
over 10 years ago
←
1
2
3
4
5
6
7
8
9
…
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree