Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void 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
main
Function · 0.70
alignedUSMFree
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected