Skip to content

Commit

Permalink
Proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Aug 4, 2024
1 parent 8a8d2e8 commit a04300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ The [code]#device# class also provides constructors, but constructing a new
objects returned by [api]#device::get_devices#.

A device can be partitioned into multiple devices, by calling the
[code]#create_sub_devices()# member function template.
[code]#device::create_sub_devices# member function template.
The resulting [code]#device# objects are considered sub devices, and it is valid
to partition these sub devices further.
The range of support for this feature is <<backend>> and device specific and can
Expand Down Expand Up @@ -2765,7 +2765,7 @@ supported by this device.
----
namespace sycl::info::device {
struct built_in_kernels {
using return_type =
using return_type = std::vector<std::string>;
};
} // namespace sycl::info::device
----
Expand Down

0 comments on commit a04300c

Please sign in to comment.