Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ listDevices
Method
listDevices
src/Manager.cpp:469–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
}
468
469
std::vector<vk::PhysicalDevice>
470
Manager::listDevices() const
471
{
472
return this->mInstance->enumeratePhysicalDevices();
473
}
474
475
std::shared_ptr<vk::Instance>
476
Manager::getVkInstance() const
Callers
2
PYBIND11_MODULE
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64