Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ submitUSMCopy
Method
submitUSMCopy
core/engine.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void Engine::submitUSMCopy(void* dstPtr, const void* srcPtr, size_t byteSize)
148
{
149
throw std::logic_error(
"USM is not supported by the device"
);
150
}
151
152
int Engine::getMaxWorkGroupSize() const
153
{
Callers
2
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected