File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
sycl/include/sycl/ext/intel/experimental/esimd/detail Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 32
32
// default/copy/move constructor of the test_proxy class was explcitly
33
33
// called by any of the user-defined constructors of the proxy target
34
34
#define __ESIMD_DECLARE_TEST_PROXY \
35
- esimd::detail::test_proxy M_testProxy = esimd::detail::test_proxy();
35
+ esimd::detail::test::test_proxy M_testProxy = \
36
+ esimd::detail::test::test_proxy ();
36
37
37
38
// Declare the getter to access the proxy from the tests
38
39
#define __ESIMD_DECLARE_TEST_PROXY_ACCESS \
51
52
} while (false )
52
53
53
54
__SYCL_INLINE_NAMESPACE (cl) {
54
- namespace sycl {
55
- namespace ext {
56
- namespace intel {
57
- namespace experimental {
58
- namespace esimd {
59
- namespace detail {
55
+ namespace sycl ::ext::intel::experimental::esimd::detail::test {
60
56
61
57
// The test_proxy class.
62
58
// Being intended solely for the test purposes, it is enabled only if the
@@ -103,12 +99,7 @@ class test_proxy {
103
99
bool was_moved () const { return m_moved; }
104
100
};
105
101
106
- } // namespace detail
107
- } // namespace esimd
108
- } // namespace experimental
109
- } // namespace intel
110
- } // namespace ext
111
- } // namespace sycl
102
+ } // namespace sycl::ext::intel::experimental::esimd::detail::test
112
103
} // __SYCL_INLINE_NAMESPACE(cl)
113
104
114
105
#endif // __ESIMD_ENABLE_TEST_PROXY
You can’t perform that action at this time.
0 commit comments