Skip to content

[Feature] Redesign of PTODSL pto.simd/pto.cube/pto.simt subkernel #859

Description

@Zhendong404

Summary

当前PTODSL使用pto.simd/pto.simt/pto.cube装饰器来标记subkernel,从而让plan memory/insert sync等pass也能作用于用户自定义的OP,但pto.simt目前被当做另一种用途——用于标记SIMT kernel,这与subkernel的职责是冲突的。

Motivation / use case

  • 使用pto.tileop替代原来pto.simd/pto.cube/pto.simt作为subkernel的标识,供用户书写自定义OP
  • 让pto.simt专门作为SIMT kernel的装饰器

Proposed API / behavior

No response

Alternatives considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions