0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tabbing More... over 9 years ago
Converting to table More... over 9 years ago
Converting to table More... over 9 years ago
Fixing the table More... over 9 years ago
Correcting tables More... over 9 years ago
Modifying the HSA page More... over 9 years ago
Modifying the HSA page More... over 9 years ago
Adding the HSA page More... over 9 years ago
Adding markdown docs More... over 9 years ago
Merge pull request #5 from barneypitt/master More... almost 10 years ago
Tweaks to improve interface for progress/cancel More... almost 10 years ago
Added support for progress tracking of and cancellation of multi-pass kernels. Added utility MultiPassKernelSwingWorker.java for simplified use of above from Swing. Added related sample code. More... almost 10 years ago
Merge pull request #3 from log2/master More... about 10 years ago
Disabled getter method call when target object is not this (ALOAD_0); changed length/dim auxiliary parameters generation to be numbered (0, 1, 2) only for multi-dimensional arrays (this fixes some code generation tests) More... about 10 years ago
Enabled multidimensional index computation code only for actual multidimensional arrays More... about 10 years ago
Switched to assertArrayEquals for better results comparison More... about 10 years ago
Added rethrow of exception as AssertionError when a test fails More... about 10 years ago
Fixed method reference across superclasses More... about 10 years ago
Added code to generate tests two times: this helps testing code generation stability (which was undermined by caching) More... about 10 years ago
Aligned with changes in ClassModel, modified one assert from assertTrue to assertEquals in order to better visualize generated code misalignments (especially under Eclipse) More... about 10 years ago
Fixed issues with complex conditionals when they are compiled repeatedly and caches are enabled More... about 10 years ago
Factored out kernel class description code, added in one more error message More... about 10 years ago
Fixed references to the wrong Local/Constant annotations (we were mistakenly pointing at OpenCL.Local and OpenCL.Constant, aimed at parameters, rather than Kernel.Local and Kernel.Constant, aimed at fields) More... about 10 years ago
Merge pull request #3 from aparapi/master More... about 10 years ago
Merge pull request #2 from log2/caching More... about 10 years ago
Merge remote-tracking branch 'upstream/master' into caching More... about 10 years ago
Merge pull request #1 from aparapi/master More... about 10 years ago
Merge pull request #1 from ekasitk/master More... about 10 years ago
Fixed some formatting issues More... about 10 years ago
Made all caches enabled by default More... about 10 years ago