Skip to content

test_matmul_tiled is never executed #7

@navalnica

Description

@navalnica

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions