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

the function "mipp::N<float>()" #30

Open
YJjacks opened this issue Jun 8, 2021 · 1 comment
Open

the function "mipp::N<float>()" #30

YJjacks opened this issue Jun 8, 2021 · 1 comment

Comments

@YJjacks
Copy link

YJjacks commented Jun 8, 2021

Why the function "mipp::N()" just returned 1 ?

@kouchy
Copy link
Member

kouchy commented Oct 18, 2021

Hi @YJjacks,

I think this is because you are in sequential mode. There is mainly two possible reasons:

  • you are compiling without the architecture flags (-mavx2, ...)
  • you are trying to use MIPP on an unsupported architecture (SVE, Altivec, RVV, ...)

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