Comhaid
rocm-systems/pyproject.toml
T

59 línte
776 B
TOML
Amh Amharc Gnáth Stair

2022-11-04 14:49:36 -05:00
[tool.black]
line-length = 90
target-version = ['py38', 'py39']
include = '\.py$'
exclude = '''
(
/(
\.eggs
| \.git
| \.github
| \.tox
| \.venv
| \.misc
| \.vscode
| \.pyc
| dist
| external
| .pytest_cache
| build
| build-omniperf
)/
)
'''
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
2022-11-04 14:49:36 -05:00
pythonpath = [
".",
"src",
2023-12-18 09:40:53 -06:00
"src/omniperf_soc",
2022-11-04 14:49:36 -05:00
"src/utils",
2023-12-18 09:40:53 -06:00
"src/omniperf_analyze/utils",
"tests"
2022-11-04 14:49:36 -05:00
]
2023-12-18 09:40:53 -06:00
markers = [
"kernel_execution",
2024-03-07 16:01:32 -06:00
"block",
2023-12-18 09:40:53 -06:00
"misc",
"mem",
"sort",
"join",
"verbosity",
"dispatch",
2024-02-15 16:18:20 -06:00
"list_metrics",
2024-03-07 15:21:44 -06:00
"filter_block",
2024-02-15 16:18:20 -06:00
"filter_kernel",
"dispatch",
"normal_unit",
2024-02-21 12:49:32 -06:00
"max_stat",
2024-02-15 16:18:20 -06:00
"time_unit",
"decimal",
"col",
"kernel_verbose",
"serial",
2023-12-18 09:40:53 -06:00
]