Skip to content

Commit

Permalink
Merge pull request #471 from gmlueck/gmlueck/queue-get-errors
Browse files Browse the repository at this point in the history
Remove confusing wording about errors
  • Loading branch information
gmlueck authored Nov 9, 2023
1 parent 5480baa commit ad609ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,6 @@ a@
context get_context() const
----
a@ Returns the SYCL queue's context.
Reports errors using SYCL exception classes.
The value returned must be equal to that returned by [code]#get_info<info::queue::context>()#.

a@
Expand All @@ -3193,7 +3192,6 @@ a@
device get_device() const
----
a@ Returns the SYCL device the queue is associated with.
Reports errors using SYCL exception classes.
The value returned must be equal to that returned by [code]#get_info<info::queue::device>()#.

a@
Expand Down

0 comments on commit ad609ee

Please sign in to comment.