Skip to content

Commit b9994a5

Browse files
committed
[SYCL][DOC] Remove "default" from "current default device"
Avoid confusion between default device and current device.
1 parent b239891 commit b9994a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_current_device.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ sycl::device get_current_device();
106106
----
107107
!====
108108

109-
_Returns:_ The current default device for the calling host thread. If
109+
_Returns:_ The current device for the calling host thread. If
110110
`set_current_device()` has not been called by this thread, returns the
111111
device selected by the default device selector.
112112

@@ -128,7 +128,7 @@ void set_current_device(sycl::device dev);
128128
----
129129
!====
130130

131-
_Effects:_ Sets the current default device to `dev` for the calling host thread.
131+
_Effects:_ Sets the current device to `dev` for the calling host thread.
132132

133133
_Preconditions:_ The function is called from a host thread, executing outside
134134
of a host task or an asynchronous error handler.

0 commit comments

Comments
 (0)