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

Compute - Multi-GPU Tasking #211

Open
Syncaidius opened this issue Jun 14, 2023 · 0 comments
Open

Compute - Multi-GPU Tasking #211

Syncaidius opened this issue Jun 14, 2023 · 0 comments
Labels
graphics A render-related issue renderer An issue relating to the render pipeline
Milestone

Comments

@Syncaidius
Copy link
Owner

Re-implement the current compute tasking system to offload certain tasks to secondary GPUs.

Flags should provide permission/priority info to tasking. Example flags:

  • RenderTaskFlags.Primary - Can be dispatched to the primary GPU
  • RenderTaskFlags.Secondary - Can only be dispatched to any available secondary GPU

By default all tasks should have RenderTaskFlags.Primary | RenderTaskFlags.Secondary.

@Syncaidius Syncaidius added graphics A render-related issue renderer An issue relating to the render pipeline labels Jun 14, 2023
@Syncaidius Syncaidius added this to the Release 0.5 - Jul23 milestone Jun 14, 2023
@Syncaidius Syncaidius removed this from the Release 0.7 - Nov23 milestone Nov 5, 2023
@Syncaidius Syncaidius added this to the Release 0.8 milestone Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics A render-related issue renderer An issue relating to the render pipeline
Projects
Status: No status
Development

No branches or pull requests

1 participant