MCPcopy Create free account
hub / github.com/RenderKit/embree / alignedSYCLFree

Function alignedSYCLFree

tutorials/minimal/minimal_sycl.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void alignedSYCLFree(const sycl::queue& queue, void* ptr)
80{
81 if (ptr) sycl::free(ptr, queue);
82}
83
84/*
85 * We will register this error handler with the device in initializeDevice(),

Callers 2

mainFunction · 0.70
alignedUSMFreeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected