MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / newDeviceCPU4

Function newDeviceCPU4

openpgl/api/deviceCPU4.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6IDevice *newDeviceCPU4(size_t numThreads)
7{
8 return (IDevice *)new Device<4>(numThreads);
9}
10
11} // namespace openpgl

Callers 1

api.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected