Skip to content

Commit 5a48c0b

Browse files
Merge pull request #329 from KernelTuner/hyperparametertuning_custom_strategies
Hyperparameter tuning for custom strategies
2 parents 8ce5847 + b0de141 commit 5a48c0b

File tree

83 files changed

+3615
-696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3615
-696
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
poetry.lock
33
noxenv.txt
44
noxsettings.toml
5-
hyperparamtuning/
5+
hyperparamtuning*/*
66
*.prof
77

88
### Python ###
@@ -20,13 +20,15 @@ push_to_pypi.sh
2020
*.json
2121
!kernel_tuner/schema/T1/1.0.0/input-schema.json
2222
!test/test_T1_input.json
23+
!test_cache_file*.json
2324
*.csv
2425
.cache
2526
*.ipynb_checkpoints
2627
examples/cuda/output
2728
deploy_key
2829
*.mod
2930
temp_*.*
31+
.DS_Store
3032
.python-version
3133
.nox
3234

@@ -41,4 +43,4 @@ temp_*.*
4143
.LSOverride
4244

4345
.vscode
44-
.idea
46+
.idea

doc/requirements_test.txt

Lines changed: 272 additions & 246 deletions
Large diffs are not rendered by default.

doc/source/dev-environment.rst

Lines changed: 1 addition & 1 deletion

examples/c/vector_add.py

100755100644
File mode changed.

examples/cuda-c++/vector_add.py

100755100644
File mode changed.

examples/cuda-c++/vector_add_blocksize.py

100755100644
File mode changed.

examples/cuda-c++/vector_add_cupy.py

100755100644
File mode changed.

examples/cuda/convolution.py

100755100644
File mode changed.

examples/cuda/convolution_correct.py

100755100644
File mode changed.

examples/cuda/convolution_streams.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)