File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,7 @@ template <> struct type_caster<sycl::queue>
67
67
return handle (reinterpret_cast < PyObject * > (tmp ));
68
68
}
69
69
};
70
- } // namespace detail
71
- } // namespace pybind11
72
70
73
- namespace pybind11
74
- {
75
- namespace detail
76
- {
77
71
/* This type caster associates ``sycl::device`` C++ class with
78
72
* :class:`dpctl.SyclDevice` for the purposes of generation of
79
73
* Python bindings by pybind11.
@@ -105,13 +99,7 @@ template <> struct type_caster<sycl::device>
105
99
return handle (reinterpret_cast < PyObject * > (tmp ));
106
100
}
107
101
};
108
- } // namespace detail
109
- } // namespace pybind11
110
102
111
- namespace pybind11
112
- {
113
- namespace detail
114
- {
115
103
/* This type caster associates ``sycl::context`` C++ class with
116
104
* :class:`dpctl.SyclContext` for the purposes of generation of
117
105
* Python bindings by pybind11.
@@ -144,13 +132,7 @@ template <> struct type_caster<sycl::context>
144
132
return handle (reinterpret_cast < PyObject * > (tmp ));
145
133
}
146
134
};
147
- } // namespace detail
148
- } // namespace pybind11
149
135
150
- namespace pybind11
151
- {
152
- namespace detail
153
- {
154
136
/* This type caster associates ``sycl::event`` C++ class with
155
137
* :class:`dpctl.SyclEvent` for the purposes of generation of
156
138
* Python bindings by pybind11.
You can’t perform that action at this time.
0 commit comments