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

Support einops for Jittor #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liuruiyang98
Copy link
Contributor

Support einops for Jittor.

Please check whether the "from XXXX" in the .py in the jittor/einops folder is correct and test it.

@alexfanqi
Copy link

alexfanqi commented Sep 16, 2022

I did my own einops port without realizing this one. Did you manage to get all einops tests to pass? I found it has some issues for scalar or empty array input because jittor represents scalar in an array. also hit one numpy bug

from my understanding, _jittor_specific.py isn't necessary. PyTorch has it only for working around jit.script limitation (ref arogozhnikov/einops#115)

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

Successfully merging this pull request may close these issues.

None yet

2 participants