CHANGELOG in bones-compiler-1.3.1 vs CHANGELOG in bones-compiler-1.6.0
- old
+ new
@@ -1,5 +1,67 @@
###################
+### v1.6.0 ###
+###################
+
+General:
+- Add support for multiple scops in a file
+
+Bug fixes:
+- Fixed mismatch in kernel arguments of the OpenMP D-element-to-1 skeleton
+- Fixed the empty-scop bug in A-Darwin
+
+Miscellaneous:
+- Updated the documentation to include the latest Bones publication "Bones: An Automatic Skeleton-Based C-to-CUDA Compiler for GPUs"
+
+###################
+### v1.5.0c ###
+###################
+
+Bug fixes:
+- Remove CAST gem, only include fixes
+- Update examples and tests
+
+###################
+### v1.5.0b ###
+###################
+
+Bug fixes:
+- Fix filename parsing when directory or filename contains a '.'
+- Include updated CAST gem in bones which preserves literal suffixes
+
+###################
+### v1.5 ###
+###################
+
+Bug fixes:
+- Adjusted the examples to include pragma scop and named species (to make them work again with Bones)
+- Fixed a bug where input/output variables of species with 'shared' where not properly handled
+- Removed warning from Rakefile
+- Fixed a bug requiring Bones to be executed from the folder containing the 'lib' directory
+- Fixed a filename issue on non-Unix systems
+- The pre-processor now understands block-comments
+
+Various:
+- Added .gitignore file
+- Improved clarity of Rakefile stub targets
+- Improved error handling of incorrect names
+- Improved error handling of incorrect species
+
+###################
+### v1.4 ###
+###################
+
+A-Darwin:
+- Handles additional cases of copyin/out-to-outer-loop movement
+
+Skeletons:
+- Improved performance of the memory-copy thread ('scheduler')
+- Minor changes to skeletons mapping file
+
+Examples:
+- Added 6 examples benchmarks from the Rodinia suite
+
+###################
### v1.3 ###
###################
General:
- Implemented kernel fusion in A-Darwin/Bones