We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4025292 commit 08ba77bCopy full SHA for 08ba77b
1 file changed
.github/workflows/infra-generate-ccache-gap9.yml
@@ -45,7 +45,7 @@ jobs:
45
mkdir -p /app/.ccache
46
export CCACHE_DIR=/app/.ccache
47
pytest 'test_platforms.py::test_gap9_kernels[Kernels/Integer/Add/Regular]' --skipsim
48
- pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/Add/Large-5000-L2-singlebuffer]' --skipsim
+ pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/MatMul/Regular-64000-L2-singlebuffer]' --skipsim
49
deactivate
50
51
- name: Clean and Upload CCache
0 commit comments