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

[SYCL][Doc] Add slm_per_subslice query for Xe GPUs #16376

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

Pennycook
Copy link
Contributor

Extends sycl_ext_intel_device_info with a new query for the amount of SLM per subslice. The amount of SLM per subslice may be greater than the amount of memory available to a single work-group, and can be used to reason about occupancy.

Extends sycl_ext_intel_device_info with a new query for the amount of SLM per
subslice. The amount of SLM per subslice may be greater than the amount of
memory available to a single work-group, and can be used to reason about
occupancy.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook Pennycook added the spec extension All issues/PRs related to extensions specifications label Dec 16, 2024
@Pennycook
Copy link
Contributor Author

@gmlueck - I've opened this as a draft because I think that's your preferred workflow for updates to supported extensions, but this is ready for review.

@bader
Copy link
Contributor

bader commented Dec 16, 2024

@gmlueck, Intel introduced new terminology for GPUs in 2022.

https://www.intel.com/content/www/us/en/docs/oneapi/optimization-guide-gpu/2023-0/intel-iris-xe-gpu-architecture.html#XE-TERMINOLOGY-CHANGES

I think we should update DPC++ documentation/specifications to use new terminology at some point.

@gmlueck
Copy link
Contributor

gmlueck commented Dec 17, 2024

I think we should update DPC++ documentation/specifications to use new terminology at some point.

The APIs in this extension are all pass-throughs to Level Zero. It seems like the Level Zero documentation is still using the old terminology:

https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/api.html#_CPPv422ze_device_properties_t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec extension All issues/PRs related to extensions specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants