Skip to content

[SYCL][Doc] Add new device descriptors to sycl_ext_intel_device_info extension #17386

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

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

againull
Copy link
Contributor

No description provided.

@againull againull requested a review from a team as a code owner March 11, 2025 07:23
@againull againull requested a review from Pennycook March 11, 2025 15:24
* If device doesn't have a fan, then we should report that fan_speed query
as unsupported instead of returning 0, because speed can be 0 when fan
exists.

* L0 returns -1 if limit is unknown, so add clarification to
  min_power_limit/max_power_limit.
@againull againull merged commit 155a0aa into intel:sycl Mar 20, 2025
3 checks passed
againull added a commit that referenced this pull request Mar 20, 2025
…ion (#17492)

Add device descriptors based on the extension update:
#17386
kbenzie pushed a commit to oneapi-src/unified-runtime that referenced this pull request Mar 21, 2025
…7492)

Add device descriptors based on the extension update:
intel/llvm#17386
KornevNikita pushed a commit that referenced this pull request May 27, 2025
…ion (#17492)

Add device descriptors based on the extension update:
#17386
KornevNikita pushed a commit that referenced this pull request Jun 3, 2025
…ion (#17492)

Add device descriptors based on the extension update:
#17386
KornevNikita pushed a commit to KornevNikita/llvm that referenced this pull request Jun 10, 2025
KornevNikita pushed a commit to KornevNikita/llvm that referenced this pull request Jun 10, 2025
…ion (intel#17492)

Add device descriptors based on the extension update:
intel#17386
AlexeySachkov pushed a commit that referenced this pull request Jun 18, 2025
Cherry-pick commits that reached the internal branch between intel/llvm
cutoff and release branch pulldown.

Patches included:

---

[SYCL][Doc] Add new device descriptors to sycl_ext_intel_device_info extension (#17386)

Patch-by: Artur Gainullin <[email protected]>

---

[SYCL][CUDA] Add implementation of new device descriptors (#17590)

Tests were not added because there are existing conformance tests which
cover this functionality.

Patch-by: Artur Gainullin <[email protected]>

---

[UR][CUDA] Use different throttle reasons API based on CUDA version (#17719)

Our pre-commit CI uses CUDA 12.6 but nightly uses CUDA 12.1, it turns
out nvml which is part of CUDA 12.6 has
nvmlDeviceGetCurrentClocksEventReasons API, but nvml which is part of
CUDA 12.1 doesn't have it, but only supports older deprecated
nvmlDeviceGetCurrentClocksThrottleReasons.

NVML doesn't provide a version macro to check the support for that API,
so use new API nvmlDeviceGetCurrentClocksEventReasons based on cuda
version.

Patch-by: Artur Gainullin <[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