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

wtf is Eigen/Core #27

Open
RainyLake12 opened this issue Oct 26, 2024 · 1 comment
Open

wtf is Eigen/Core #27

RainyLake12 opened this issue Oct 26, 2024 · 1 comment

Comments

@RainyLake12
Copy link

WHAT IS Eigen/Core. It literally stops the whole thing from working

@exceptionee
Copy link

Eigen is the library MiniDNN and lots of other people use for efficient matrix/vector operations. Eigen/Core defines the basic structures like Matrix, Vector, etc. This is most likely not an issue on MiniDNN's side, most likely you just forgot to add Eigen to your include path. If you could show the actual error(s) that would be great.

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

2 participants