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

Environment configuration error #11

Open
Thomas-wyh opened this issue Dec 9, 2024 · 2 comments
Open

Environment configuration error #11

Thomas-wyh opened this issue Dec 9, 2024 · 2 comments

Comments

@Thomas-wyh
Copy link

  cc1: error: attribute ‘avx512fp16’ argument ‘target’ is unknown
  In file included from include/simsimd/curved.h:40,
                   from include/simsimd/simsimd.h:106,
                   from c/lib.c:54:
  include/simsimd/dot.h: In function ‘simsimd_dot_f16_sapphire’:
  include/simsimd/dot.h:1622:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
   1622 |     __m512h ab_vec = _mm512_setzero_ph();
        |     ^~~~~~~
        |     __m512bh
  include/simsimd/dot.h: In function ‘simsimd_dot_f16c_sapphire’:
  include/simsimd/dot.h:1645:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
   1645 |     __m512h ab_real_vec = _mm512_setzero_ph();
        |     ^~~~~~~
        |     __m512bh
  include/simsimd/dot.h:1646:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
@Thomas-wyh Thomas-wyh reopened this Dec 9, 2024
@KleinXin
Copy link

have you solved this error?

@slacklife
Copy link

Not yet.

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

3 participants