File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
doc/extensions/experimental Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,8 @@ specification.*
55
55
56
56
The implementation of `sycl::platform` already allows querying for supported
57
57
platforms - `static std::vector<platform> get_platforms()` - which returns all
58
- available SYCL platforms in the system (the resulting vector always contains a
59
- single SYCL host platform instance). This extension adds an API entry to list
60
- all unsupported platforms; the platform is considered unsupported if it is
58
+ available SYCL platforms in the system. This extension adds an API entry to
59
+ list all unsupported platforms; the platform is considered unsupported if it is
61
60
non-SYCL, or does not have any devices associated.
62
61
63
62
This extension exists to solve a specific problem: listing of all platforms
Original file line number Diff line number Diff line change @@ -117,9 +117,8 @@ class platform_impl {
117
117
118
118
// / Returns all available SYCL platforms in the system.
119
119
// /
120
- // / By default the resulting vector always contains a single SYCL host
121
- // / platform instance. There are means to override this behavior for testing
122
- // / purposes. See environment variables guide for up-to-date instructions.
120
+ // / There are means to override this behavior for testing purposes. See
121
+ // / environment variables guide for up-to-date instructions.
123
122
// /
124
123
// / \return a vector of all available SYCL platforms.
125
124
static std::vector<platform> get_platforms ();
You can’t perform that action at this time.
0 commit comments