Skip to content

Compute - Multi-GPU Tasking #211

@Syncaidius

Description

@Syncaidius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    graphicsA render-related issuerendererAn issue relating to the render pipeline

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions