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

instruction_check: enhancement #405

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

haoliang-Zhu
Copy link
Contributor

Depending on the platform, different test cases are executed now and some other optimizations to enhance the robustness of the code.

},
"PREFETCHI": {
"cpuid": ['7', '0', '1', '0', 'd', '14'],
"platforms": {"SPR", "EMR", "GNR"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think SPR/EMR support PREFETCHI.

},
"FRED": {
"cpuid": ['7', '0', '1', '0', 'a', '17'],
"platforms": {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the empty of platforms mean? Seems FRED only be supported on CWF and DMR.

},
"AMX_FP16": {
"cpuid": ['7', '0', '1', '0', 'a', '21'],
"platforms": {"SPR", "EMR", "GNR"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems SPR/EMR doesn't support AMX_FP16.

Did you test your patch on these platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your suggestion. I previously conducted tests on SPR, GNR, and SRF, but there may be some errors. I will double-check.

1. Depending on the platform, different test cases are executed now.
2. Some other optimizations to enhance the robustness of the code.

Signed-off-by: Haoliang Zhu <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants