File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 1.0.0] - Unreleased
5
+ ## Unreleased
6
+
7
+ ## [ 1.0.0] - 2024-04-04
6
8
- HIP backend to support tuning HIP kernels on AMD GPUs
7
9
- Experimental features for mixed-precision and accuracy tuning
8
10
- 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"
6
6
name = " kernel_tuner"
7
7
packages = [{ include = " kernel_tuner" , from = " ." }]
8
8
description = " 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
10
10
license = " Apache-2.0"
11
11
authors = [
12
12
" Ben van Werkhoven <b.vanwerkhoven@esciencecenter.nl>" ,
You can’t perform that action at this time.
0 commit comments