File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## Unreleased
66
7+ ## [ 0.4.4] - 2023-03-09
78### Added
89- Support for using time_limit in simulation mode
910- Helper functions for energy tuning
@@ -12,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1213
1314### Changed
1415- Changed what timings are stored in cache files
16+ - No longer inserting partial loop unrolling factor of 0 in CUDA
1517
1618## [ 0.4.3] - 2022-10-19
1719### Added
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'0.4.3 '
62+ version = u'0.4.4 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.4.3 '
64+ release = u'0.4.4 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 11from kernel_tuner .integration import store_results , create_device_targets
22from kernel_tuner .interface import tune_kernel , run_kernel
33
4- __version__ = "0.4.3 "
4+ __version__ = "0.4.4 "
You can’t perform that action at this time.
0 commit comments