MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / submit_kernel

Function submit_kernel

lightx2v_kernel_xpu/csrc/utils.h:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 static inline sycl::event submit_kernel(std::function<void(sycl::handler&)> kernel, const at::Device& device, const char * desc = nullptr) {
14 sycl::queue& queue = get_queue(device);
15 sycl::event event = queue.submit(kernel);
16 return event;
17 }
18}

Callers

nothing calls this directly

Calls 1

submitMethod · 0.80

Tested by

no test coverage detected