37 lines
2.2 KiB
JSON
37 lines
2.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -m ruff check --select I --fix src/kernbench/runtime_api/context.py src/kernbench/runtime_api/bench_runner.py src/kernbench/cli/main.py)",
|
|
"Bash(python -m pytest tests/ -q)",
|
|
"Bash(python -m pytest tests/ -v)",
|
|
"Bash(python -m pytest tests/test_topology_load.py tests/test_cli.py -v)",
|
|
"Bash(python -c \":*)",
|
|
"Bash(python -m pytest tests/ -q --tb=no)",
|
|
"Bash(python -m pytest tests/ -v --tb=short)",
|
|
"Bash(python -m pytest tests/test_component_registry.py -v --tb=line)",
|
|
"Bash(python -m pytest tests/ --ignore=tests/test_component_registry.py -q --tb=no)",
|
|
"Bash(python -m pytest tests/ -q --tb=short)",
|
|
"Bash(python -m pytest --tb=short -q)",
|
|
"Bash(python -m pytest tests/test_phase_a_components.py -v)",
|
|
"Bash(python -m pytest --tb=short)",
|
|
"Bash(python -m pytest tests/ -x -q)",
|
|
"Bash(python -m pytest tests/test_probe.py::test_h2d_latency_monotonic -x -q)",
|
|
"Bash(python -m pytest tests/ -x --tb=short)",
|
|
"Bash(python -m pytest tests/ --tb=line)",
|
|
"Bash(python -m pytest tests/ --tb=short)",
|
|
"Bash(python -m kernbench probe --topology topology.yaml)",
|
|
"Bash(python -m pytest tests/ --tb=short -q)",
|
|
"Bash(python -m pytest tests/test_probe.py tests/test_component_registry.py tests/test_topology_compile.py -v)",
|
|
"Bash(python -m pytest tests/test_tensor.py tests/test_engine.py tests/test_probe.py tests/test_component_registry.py -v)",
|
|
"Bash(grep -l \"class.*CPU\" \"/c/Users/ywkang/kernbench/src/kernbench/components/impls\"/*.py)",
|
|
"Bash(grep -n \"^class \" \"/c/Users/ywkang/kernbench/src/kernbench/components/impls\"/*.py)",
|
|
"Bash(python -m pytest tests/test_engine.py tests/test_probe.py tests/test_component_registry.py -v)",
|
|
"Bash(grep -E \"\\\\.\\(py|md\\)$\")",
|
|
"Bash(python -m pytest tests/test_pe_components.py -v)",
|
|
"Bash(python -m pytest tests/test_triton_emu.py -v)",
|
|
"Bash(python -m pytest tests/test_pe_components.py tests/test_triton_emu.py -v)",
|
|
"Bash(python -m pytest tests/test_pe_components.py::test_mcpu_multi_pe_kernel_launch tests/test_pe_components.py::test_qkv_gemm_bench_multi_pe_completes -v)"
|
|
]
|
|
}
|
|
}
|