Skip to content

Commit

Permalink
Also update sub_group in a similar way
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySachkov committed Sep 20, 2024
1 parent 91dad3d commit e41eda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adoc/headers/subgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class sub_group {
static constexpr int dimensions = 1;
static constexpr memory_scope fence_scope = memory_scope::sub_group;

sub_group() = delete;

/* -- common interface members -- */

id<1> get_group_id() const;
Expand Down

0 comments on commit e41eda4

Please sign in to comment.