Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gpu benchmark #330

Merged
merged 23 commits into from
Dec 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e143076
Add gpu benchmarks
samkellerhals Dec 7, 2023
9fc4c42
Add gpu benchmark
samkellerhals Dec 7, 2023
9e4abea
cleanup tox
samkellerhals Dec 7, 2023
87e88f5
Update tox
samkellerhals Dec 7, 2023
af0a70f
Skip parse_functions test
samkellerhals Dec 7, 2023
be8a17b
Use correct path to stencil tests
samkellerhals Dec 7, 2023
45619f0
Reduce num of roudns in benchmark
samkellerhals Dec 11, 2023
ac1d008
precommit
samkellerhals Dec 11, 2023
7f378a3
Update flake8
samkellerhals Dec 11, 2023
21e7dc6
remove pydocstyle
samkellerhals Dec 11, 2023
2a59ecd
Disable flake8-docstrings
samkellerhals Dec 11, 2023
6cc0789
Make iterator ir default test backend
samkellerhals Dec 11, 2023
3e96d20
Merge branch 'main' of github.com:C2SM/icon4py into add-gpu-benchmark
samkellerhals Dec 12, 2023
87aa673
Add flake8-docstrings again
samkellerhals Dec 12, 2023
7085702
Fixes
samkellerhals Dec 12, 2023
8820282
Test more backends
samkellerhals Dec 12, 2023
ba367f0
precommit
samkellerhals Dec 12, 2023
243dca8
Update model/common/src/icon4py/model/common/test_utils/pytest_config.py
samkellerhals Dec 12, 2023
c9f1c5e
Update model/common/src/icon4py/model/common/test_utils/pytest_config.py
samkellerhals Dec 12, 2023
c93f828
Update model/common/src/icon4py/model/common/test_utils/pytest_config.py
samkellerhals Dec 12, 2023
cdc9fea
Update model/common/src/icon4py/model/common/test_utils/pytest_config.py
samkellerhals Dec 12, 2023
4ff1c25
run only stencil tests in tests
samkellerhals Dec 12, 2023
2f30119
Fix embedded mode flag
samkellerhals Dec 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove pydocstyle
samkellerhals committed Dec 11, 2023

Verified

This commit was signed with the committer’s verified signature.
reneme René Meusel
commit 21e7dc60b89edf30140365daf1e7af868d06000b
1 change: 0 additions & 1 deletion base-requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ flake8>=3.8
flake8-bugbear>=23.1.17
flake8-builtins>=2.0.1
flake8-debugger>=4.0.0
flake8-docstrings>=1.6.0
flake8-eradicate>=1.3.0
flake8-mutable>=1.2.0
isort~=5.10
2 changes: 1 addition & 1 deletion model/atmosphere/dycore/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ repos:
- flake8-bugbear
- flake8-builtins
- flake8-debugger
- flake8-docstrings
#- flake8-docstrings todo: (samkellerhals) pydocstyle is deprecated, move to ruff
- flake8-eradicate
- flake8-mutable
- pygments