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.1] - 2021-09-10
78### Added
89- support for PyTorch Tensors as input data type for kernels
910- support for smem_args in run_kernel
@@ -12,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1213
1314### Changed
1415- optionally store the kernel_string with store_results
16+ - improved reporting of skipped configurations
1517
1618## [ 0.4.0] - 2021-04-09
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.0 '
62+ version = u'0.4.1 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.4.0 '
64+ release = u'0.4.1 '
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 @@ -14,7 +14,7 @@ def readme():
1414
1515setup (
1616 name = "kernel_tuner" ,
17- version = "0.4.0 " ,
17+ version = "0.4.1 " ,
1818 author = "Ben van Werkhoven" ,
19192020 description = ("An easy to use CUDA/OpenCL kernel tuner in Python" ),
You can’t perform that action at this time.
0 commit comments