Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function to list physical devices #195

Merged
merged 4 commits into from Mar 20, 2021
Merged

Add function to list physical devices #195

merged 4 commits into from Mar 20, 2021

Conversation

axsaucedo
Copy link
Member

Fixes #185

Adds:

  • Retrieving physical devices
  • Having access to the devices properties
  • Python returns dictionary with relevant high level properties
  • Added tests in cpp and python
  • Fixes issue with CMakelists install interface
  • Updates auto to explicit types

In separate PR:

  • Allow for listing of devices without creating manager (as static function)
  • This will require separating instance creation to static function (and debugCallback)
  • Generally having the functions creation vk:: resources as static would be beneficial

@axsaucedo axsaucedo added this to In progress in 0.8.0 via automation Mar 20, 2021
@axsaucedo axsaucedo changed the title List physical devices Add function to list physical devices Mar 20, 2021
@axsaucedo axsaucedo merged commit b0df305 into master Mar 20, 2021
0.8.0 automation moved this from In progress to Done Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.8.0
Done
Development

Successfully merging this pull request may close these issues.

Get number of available devices
1 participant