einops for C++ frontend #226
Replies: 2 comments 4 replies
-
I've do a basic and partial implementation for my personal usage, maybe that can help : https://github.com/dorpxam/einops-cpp |
Beta Was this translation helpful? Give feedback.
-
Hi. Sorry for the 'ghost' but I just restart my old github (not really used) to a fresh one. More clean and dedicated to future (more professional) projects. The URL is now : https://github.com/dorpxam/einops-cpp (not the old https://github.com/MaxCoo/einops-cpp) I've rewrite the code to follow (when possible) the latest version v0.7, what's the new?
Unfortunatly, no more backend than the Libtorch one for this version. I explain why in the 'Future version and refactoring' section of the README.md. I hope you'll appreciate this new version. Cheers, |
Beta Was this translation helpful? Give feedback.
-
It would be really cool if there was a version of einops for the C++ frontend.
I imagine you could do cool things like parsing the expressions at compile time using something like ctre. But that's an implementation detail.
I have a use-case for training in c++ and could really benefit with einops
Beta Was this translation helpful? Give feedback.
All reactions