commit - release 1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python -c \":*)",
|
||||
"Bash(xargs ls -la)",
|
||||
"Bash(wc -l /c/Users/ywkang/kernbench/src/kernbench/policy/address/phyaddr.py /c/Users/ywkang/kernbench/src/kernbench/runtime_api/*.py)",
|
||||
"Bash(python scripts/gen_placement_diagrams.py)",
|
||||
"Bash(python -c:*)",
|
||||
"Bash(python -m kernbench.cli.main probe --topology topology.yaml)",
|
||||
"Bash(xargs grep -l \"class.*ComponentBase\\\\|class.*DefaultComponent\")",
|
||||
"Bash(python -m pytest tests/test_probe.py -v)",
|
||||
"Bash(python -m pytest tests/test_probe.py tests/test_component_registry.py -v)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user