Skip to content

Commit

Permalink
Merge branch 'pub/main' into gmlueck/reformat-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Sep 26, 2024
2 parents fe00ade + df5d241 commit 0940312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4887,7 +4887,7 @@ reinterpret() const
==== Buffer properties

The properties that can be provided when constructing the SYCL [code]#buffer#
class are describe in <<table.properties.buffer>>.
class are described in <<table.properties.buffer>>.


[[table.properties.buffer]]
Expand Down Expand Up @@ -5901,7 +5901,7 @@ host_sampled_image_accessor<DataT, Dimensions> get_host_access()
==== Image properties

The properties that can be provided when constructing the SYCL
[code]#unsampled_image# and [code]#sampled_image# classes are describe in
[code]#unsampled_image# and [code]#sampled_image# classes are described in
<<table.properties.image>>.

// Interface for image properties
Expand Down
1 change: 0 additions & 1 deletion adoc/headers/platformInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace sycl {
namespace info {
namespace platform {

struct profile;
struct version;
struct name;
struct vendor;
Expand Down

0 comments on commit 0940312

Please sign in to comment.