UniversityOfGdanskTeamPython / epseon_backend

Vulkan based GPU accelerated implementation of numerical Schrödinger equation solver
MIT License
0 stars 0 forks source link

Add API for retrieving physical device information #17

Closed Argmaster closed 11 months ago

Argmaster commented 11 months ago

Vulkan API offers a way to detect all compatible physical devices, but it can't really be directly used from Python. Therefore a C++ code which retrieves this intomation and Python interface for it have to be created.

Argmaster commented 11 months ago

I have created API for retrieving Vulkan physical device information, including memory heap information. We will still need API for checking current device local memory occupancy.