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][COMPAT] Updated devices to support memory queries. Extended definitions for windows. #11339

Closed

Conversation

Alcpz
Copy link
Contributor

@Alcpz Alcpz commented Sep 28, 2023

  • The Defs header now has definitions that work on Windows as well.
  • Device_info wrapper has been extended to query groups, memory clock.

@Alcpz Alcpz requested a review from a team as a code owner September 28, 2023 13:01
@Alcpz Alcpz temporarily deployed to WindowsCILock September 28, 2023 13:02 — with GitHub Actions Inactive
@Alcpz Alcpz temporarily deployed to WindowsCILock September 28, 2023 13:23 — with GitHub Actions Inactive
try { \
expr; \
return syclcompat::error_code::SUCCESS; \
} catch (std::exception const &e) { \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
} catch (std::exception const &e) { \
} catch (sycl::exception const &e) { \

@Alcpz
Copy link
Contributor Author

Alcpz commented Mar 14, 2024

Closed, will be submitted in multiple PRs, starting with #13027

@Alcpz Alcpz closed this Mar 14, 2024
@Alcpz Alcpz deleted the Alcpz/syclcompat-device-header-memoryclock branch June 27, 2024 15:46
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.

1 participant