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

halide_get_cpu_features will need to be updated for x86 AVX10 and APX. #8120

Open
zvookin opened this issue Feb 23, 2024 · 0 comments
Open

Comments

@zvookin
Copy link
Member

zvookin commented Feb 23, 2024

AVX10 and APX support is being added here: #8052 . This will require runtime detection of these features. Per #7840 and the comment added about how to do dfeature detection going forward, it is impossible to do this before implementations with these features arrive. My take is we should just case the cpuid feature tree, but apparently there are other thoughts on this so I'm punting making any changes to halide_get_cpu_features.

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