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

[Doc] Deprecate ext_oneapi_default_context #17135

Open
wants to merge 3 commits into
base: sycl
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update implementation
  • Loading branch information
KornevNikita committed Feb 24, 2025
commit d873c095895e9196a7798bf13511ac8d0b1ed2b9
1 change: 1 addition & 0 deletions sycl/include/sycl/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class __SYCL_EXPORT platform : public detail::OwnerLessBase<platform> {
/// Return this platform's default context
///
/// \return the default context
__SYCL_DEPRECATED("use khr_get_default_context() instead")
context ext_oneapi_get_default_context() const;

std::vector<device> ext_oneapi_get_composite_devices() const;
Expand Down
Loading