We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f42e06 commit 5c8bdcaCopy full SHA for 5c8bdca
sycl/include/sycl/ext/oneapi/properties/property.hpp
@@ -78,7 +78,7 @@ template <> struct IsCompileTimeProperty<bar_key> : std::true_type {};
78
79
// (7.)
80
template <> struct PropertyMetaInfo<bar_key::value_t> {
81
- static constexpr const char *value = "sycl-bar";
+ static constexpr const char *name = "sycl-bar";
82
static constexpr int value = 5;
83
};
84
0 commit comments