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

New features: queue family selection and Gpu class. #11

Merged
merged 5 commits into from
Aug 4, 2024
Merged

Conversation

stripe2933
Copy link
Owner

This PR adds two new features:

  • Queue family selection helper: get queue family index from enumerated queue family properties, with typical usage pattern (some compute/transfer specialized queue family fetch). Implemented in queue.cppm file.
  • New class Gpu<QueueFamilies, Queues>: this class bootstraps the physical device, device, queues and allocator creation with simplified parameter passes.

@stripe2933 stripe2933 merged commit 2c35a4f into module Aug 4, 2024
8 checks passed
@stripe2933 stripe2933 deleted the gpu branch August 4, 2024 12:30
@stripe2933 stripe2933 restored the gpu branch August 4, 2024 12:30
@stripe2933 stripe2933 deleted the gpu branch August 19, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant