Skip to content

Commit 5c8bdca

Browse files
[SYCL][NFC] Fix minor mistake in properties how-to (#10329)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 8f42e06 commit 5c8bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/properties/property.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ template <> struct IsCompileTimeProperty<bar_key> : std::true_type {};
7878
7979
// (7.)
8080
template <> struct PropertyMetaInfo<bar_key::value_t> {
81-
static constexpr const char *value = "sycl-bar";
81+
static constexpr const char *name = "sycl-bar";
8282
static constexpr int value = 5;
8383
};
8484

0 commit comments

Comments
 (0)