Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ newDeviceCPU8
Function
newDeviceCPU8
openpgl/api/deviceCPU8.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
{
5
6
IDevice *newDeviceCPU8(size_t numThreads)
7
{
8
return (IDevice *)new Device<8>(numThreads);
9
}
10
11
} // namespace openpgl
Callers
1
api.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected