amd: pmc in mockgpu (#13000)

* amd: pmc in mockgpu

* fix

* do not open in ci
This commit is contained in:
nimlgen
2025-10-30 01:52:02 +08:00
committed by GitHub
parent a6f5b1482e
commit 4b001ec723
5 changed files with 13 additions and 4 deletions

View File

@@ -644,6 +644,7 @@ jobs:
run: TRANSCENDENTAL=2 python -m pytest -n=auto test/test_ops.py::TestOps::test_sin test/test_ops.py::TestOps::test_cos test/test_ops.py::TestOps::test_tan test/test_ops.py::TestOps::test_exp test/test_ops.py::TestOps::test_log --durations=20
- name: Run TestOps.test_add with SQTT
run: |
VIZ=1 PMC=1 DEBUG=5 python3 test/test_ops.py TestOps.test_add
VIZ=1 SQTT=1 DEBUG=5 python3 test/test_ops.py TestOps.test_add
extra/sqtt/rgptool.py create "/tmp/profile.pkl.$USER" -o /tmp/gpu0.rgp
- name: Run process replay tests