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

Support Intel SDE as runner #4

Open
taiki-e opened this issue Feb 22, 2022 · 0 comments
Open

Support Intel SDE as runner #4

taiki-e opened this issue Feb 22, 2022 · 0 comments
Labels
C-enhancement Category: A new feature or an improvement for an existing one O-x86 Target: x86/x64 processors

Comments

@taiki-e
Copy link
Owner

taiki-e commented Feb 22, 2022

This allows us to test the latest CPU features such as AVX512.

# qemu does not seem to support emulating x86_64 CPU features on x86_64 hosts.
# > qemu-x86_64: warning: TCG doesn't support requested feature
#
# A way that works well for emulating x86_64 CPU features on x86_64 hosts is to use Intel SDE.
# https://www.intel.com/content/www/us/en/developer/articles/tool/software-development-emulator.html
# It is not OSS, but it is licensed under Intel Simplified Software License and redistribution is allowed.
# https://www.intel.com/content/www/us/en/developer/articles/license/pre-release-license-agreement-for-software-development-emulator.html
# https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html

Refs: https://www.intel.com/content/www/us/en/developer/articles/tool/software-development-emulator.html

@taiki-e taiki-e added C-enhancement Category: A new feature or an improvement for an existing one O-x86 Target: x86/x64 processors labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A new feature or an improvement for an existing one O-x86 Target: x86/x64 processors
Projects
None yet
Development

No branches or pull requests

1 participant