Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_matmul_tiled is never executed #7

Open
navalnica opened this issue Nov 21, 2022 · 0 comments
Open

test_matmul_tiled is never executed #7

navalnica opened this issue Nov 21, 2022 · 0 comments

Comments

@navalnica
Copy link

Q5 has following line that runs local tests: !python3 -m pytest -v -k "matmul and cpu".

However this doesn't run test_matmul_tiled test.
To run this test one must add another notebook cell with command !python3 -m pytest -v -k "matmul_tiled"

I guess it's better to update existing line with the following !python3 -m pytest -v -k "matmul and cpu or matmul_tiled"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant