From 0916cc85a31e9cb9efb986bdd953779413532bcf Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 12 Jul 2023 07:36:57 -0700 Subject: [PATCH] [SYCL][NFC] Fix minor mistake in properties how-to Signed-off-by: Larsen, Steffen --- sycl/include/sycl/ext/oneapi/properties/property.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/include/sycl/ext/oneapi/properties/property.hpp b/sycl/include/sycl/ext/oneapi/properties/property.hpp index 33424666a6345..b39c6476ec3e6 100644 --- a/sycl/include/sycl/ext/oneapi/properties/property.hpp +++ b/sycl/include/sycl/ext/oneapi/properties/property.hpp @@ -78,7 +78,7 @@ template <> struct IsCompileTimeProperty : std::true_type {}; // (7.) template <> struct PropertyMetaInfo { - static constexpr const char *value = "sycl-bar"; + static constexpr const char *name = "sycl-bar"; static constexpr int value = 5; };