MCPcopy 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
469std::vector<vk::PhysicalDevice>
470Manager::listDevices() const
471{
472 return this->mInstance->enumeratePhysicalDevices();
473}
474
475std::shared_ptr<vk::Instance>
476Manager::getVkInstance() const

Callers 2

PYBIND11_MODULEFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64