File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,19 +215,19 @@ bool queue::device_has(aspect Aspect) const {
215
215
return impl->getDeviceImplPtr ()->has (Aspect);
216
216
}
217
217
218
- bool begin_recording (
218
+ bool queue:: begin_recording (
219
219
ext::oneapi::experimental::command_graph<
220
220
ext::oneapi::experimental::graph_state::modifiable> &graph) {
221
221
// Empty Implementation
222
222
return true ;
223
223
}
224
224
225
- bool end_recording () {
225
+ bool queue:: end_recording () {
226
226
// Empty Implementation
227
227
return true ;
228
228
}
229
229
230
- event submit (ext::oneapi::experimental::command_graph<
230
+ event queue:: submit (ext::oneapi::experimental::command_graph<
231
231
ext::oneapi::experimental::graph_state::executable>
232
232
graph) {
233
233
// Empty implementation
You can’t perform that action at this time.
0 commit comments