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 55e3001 commit 139fe05Copy full SHA for 139fe05
sycl/include/sycl/ext/intel/experimental/grf_size_properties.hpp
@@ -63,6 +63,7 @@ struct IsCompileTimeProperty<
63
template <unsigned int Size>
64
struct PropertyMetaInfo<
65
sycl::ext::intel::experimental::grf_size_key::value_t<Size>> {
66
+ static_assert(Size == 128 || Size == 256, "Unsupported GRF size");
67
static constexpr const char *name = "sycl-grf-size";
68
static constexpr unsigned int value = Size;
69
};
0 commit comments