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

Unit Test does not include all supported #16838

Open
codecnotsupported opened this issue Jan 30, 2025 · 0 comments
Open

Unit Test does not include all supported #16838

codecnotsupported opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working confirmed

Comments

@codecnotsupported
Copy link

Describe the bug

assert(dev.has(sycl::aspect::ext_intel_matrix));

Does not include:

arch::intel_gpu_bmg_g21, 
arch::intel_gpu_lnl_m,
arch::intel_gpu_arl_h

But they are supported as of:
4bcea94

To reproduce

No response

Environment

No response

Additional context

Got here by accident due to
ggerganov/llama.cpp#11504
Intel® oneAPI Base Toolkit has a dated version of oneAPI DPC++.
Which does not advertise sycl::aspect::ext_intel_matrix support for battlemage GPUs.

@codecnotsupported codecnotsupported added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

2 participants