Skip to content

[Feature Request] Resource control by persistent threadblock or multi-stream specialization #7

@chengyupku

Description

@chengyupku

Support a context-based syntax to partition all resources into different groups, for example, dividing all thread blocks into two groups, or partitioning GPU resources into two streams to perform different tasks (specialization).

  • e.g.,
with T.group("compute"):
	...
	
with T.group("communication"):
	...

In addition, it should support inserting barrier operations to guarantee correct synchronization between these groups.

Proposal: can refer to the T.Persistent primitive in TileLang.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions