Nothing Special   »   [go: up one dir, main page]

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

Suggestion: integrate einops test suite #8601

Open
arogozhnikov opened this issue Sep 16, 2024 · 0 comments
Open

Suggestion: integrate einops test suite #8601

arogozhnikov opened this issue Sep 16, 2024 · 0 comments
Assignees

Comments

@arogozhnikov
Copy link
Contributor
arogozhnikov commented Sep 16, 2024

Hi cupy team,

As you probably know, einops supports cupy starting from day 1.

However, cupy was never checked in CI, because it requires GPU (all other backends can be tested on CPU)
On one hand, I am of high opinion of your codebase and never has issues with it, but I still think it would be nice to have this integration tested.

Starting from next release, you can test cupy with

pip install numpy cupy einops pytest
python -m einops.tests.run_tests numpy cupy

and I suggest having this in cupy's CI.

Another related comment: einops supports array_api and I can add cupy to array_api testing once you release it

@kmaehashi kmaehashi self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants