File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ 1.0.0] - Unreleased
5+ ## Unreleased
6+
7+ ## [ 1.0.0] - 2024-04-04
68- HIP backend to support tuning HIP kernels on AMD GPUs
79- Experimental features for mixed-precision and accuracy tuning
810- Experimental features for OpenACC tuning
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66name = " kernel_tuner"
77packages = [{ include = " kernel_tuner" , from = " ." }]
88description = " An easy to use CUDA/OpenCL kernel tuner in Python"
9- version = " 1.0.0b6 " # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
9+ version = " 1.0" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
1010license = " Apache-2.0"
1111authors = [
1212 " Ben van Werkhoven <b.vanwerkhoven@esciencecenter.nl>" ,
You can’t perform that action at this time.
0 commit comments