Skip to content

Commit 0899195

Browse files
committed
Fix ambiguous logical_group in cutlasscompat
1 parent ca40baf commit 0899195

File tree

1 file changed

+1
-1
lines changed
  • tools/util/include/cutlasscompat

1 file changed

+1
-1
lines changed

tools/util/include/cutlasscompat/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ template <int dimensions = 3> class group_base {
10081008
}
10091009

10101010
protected:
1011-
logical_group<dimensions> logical_group;
1011+
experimental::logical_group<dimensions> logical_group;
10121012
sycl::nd_item<dimensions> nd_item;
10131013
group_type type;
10141014
};

0 commit comments

Comments
 (0)