From 05ed15047fdf5556a8993025fc9b69df46699e32 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 28 Jul 2022 09:37:42 -0700 Subject: [PATCH] [SYCL] Complementary change for removing cl:: namespace --- SYCL/ESIMD/linear/bitmap_helpers.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SYCL/ESIMD/linear/bitmap_helpers.h b/SYCL/ESIMD/linear/bitmap_helpers.h index 57c389836b..8261f4274b 100644 --- a/SYCL/ESIMD/linear/bitmap_helpers.h +++ b/SYCL/ESIMD/linear/bitmap_helpers.h @@ -24,8 +24,8 @@ #include #include -__SYCL_INLINE_NAMESPACE(cl) { - namespace sycl { +namespace sycl { +__SYCL_INLINE_VER_NAMESPACE(_V1) { namespace ext { namespace intel { namespace util { @@ -288,7 +288,7 @@ __SYCL_INLINE_NAMESPACE(cl) { } // end namespace util } // end namespace intel } // end namespace ext - } // end namespace sycl -} // end __SYCL_INLINE_NAMESPACE(cl) +} // end __SYCL_INLINE_VER_NAMESPACE(_V1) +} // namespace sycl #endif // ESIMD_EXAMPLES_COMMON_BITMAP_HELPERS_H