Skip to content

Commit

Permalink
[SYCL] FIx GRF size property header
Browse files Browse the repository at this point in the history
#12831 inadverdently removed the
detail namespace opening from the GRF size property header. This commit
returns this namespace.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Mar 5, 2024
1 parent ed5ff8b commit 5b857d0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inline constexpr grf_size_key::value_t<Size> grf_size;
inline constexpr grf_size_automatic_key::value_t grf_size_automatic;

} // namespace ext::intel::experimental
namespace ext::oneapi::experimental {
namespace ext::oneapi::experimental::detail {
template <unsigned int Size>
struct PropertyMetaInfo<
sycl::ext::intel::experimental::grf_size_key::value_t<Size>> {
Expand Down Expand Up @@ -79,7 +79,6 @@ struct ConflictingProperties<sycl::detail::register_alloc_mode_key, Properties>
sycl::ext::intel::experimental::grf_size_automatic_key,
Properties>::value> {};

} // namespace detail
} // namespace ext::oneapi::experimental
} // namespace ext::oneapi::experimental::detail
} // namespace _V1
} // namespace sycl

0 comments on commit 5b857d0

Please sign in to comment.