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

Older gcc support #486

Open
Nor7th opened this issue Dec 5, 2024 · 0 comments
Open

Older gcc support #486

Nor7th opened this issue Dec 5, 2024 · 0 comments

Comments

@Nor7th
Copy link

Nor7th commented Dec 5, 2024

https://github.com/intel/xFasterTransformer/blob/master/CMakeLists.txt#L46-L70
This bf16 check only works for gcc whose version >= 10.1.

What about older gcc versions which even don't support avx512? Can they compile and work normally? If not supported, is it until runtime that error message can be found?

Your Q&A mentions this should run on AVX512/AMX, but seems the CMakeLists.txt do not have specific logic/hints to guarantee this?

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

1 participant