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

Parametrize tests with shapes and dtypes used in models instead of randomly chosen ones #79

Open
kmitrovicTT opened this issue Nov 22, 2024 · 0 comments
Assignees

Comments

@kmitrovicTT
Copy link
Contributor

Summary

Majority of currently existing tests use either some random shape like 3x3 or some tile-size-divisible ones like 32x32.
We should change this so that ops are tested with shapes and dtypes actually used in models.

There is a PR currently in progress which will report, among other things, input and output shapes of ops like this

Image

which will make it easier to procure a set of important parameters. This issue is blocked until that PR is merged.

@kmitrovicTT kmitrovicTT self-assigned this Nov 22, 2024
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