Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ CPUPhysicalDevice
Method
CPUPhysicalDevice
devices/cpu/cpu_device.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
#endif
41
42
CPUPhysicalDevice::CPUPhysicalDevice(int score)
43
: PhysicalDevice(DeviceType::CPU, score)
44
{
45
name = CPUDevice::getName();
46
}
47
48
std::vector<Ref<PhysicalDevice>> CPUDevice::getPhysicalDevices()
49
{
Callers
nothing calls this directly
Calls
1
getName
Function · 0.85
Tested by
no test coverage detected