Skip to content

Commit 0843199

Browse files
committed
small edit
1 parent eeb908b commit 0843199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_clock.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ enum class clock_scope : /* unspecified */ {
127127
device
128128
};
129129

130-
uint64_t clock(clock_scope scope = scope::sub_group);
130+
uint64_t clock(clock_scope scope = clock_scope::sub_group);
131131

132132
} // namespace sycl::ext::oneapi::experimental
133133
```

0 commit comments

Comments
 (0)