Skip to content

Coalesce related performance tests and correctness tests under a single op name #142

@PaliC

Description

@PaliC

Especially for test suites like op info, we have a single op_name (from

def extract_operator_name(op_str: str) -> str:
) which corresponds to a bunch of overloads but more importantly single test sets.

As we do in llm-relay we should expect users to produce a single kernel per op_name, however, having different sets of tests for the same op name is a unintuitive (an example is div in opinfo). We should have our suites coalesce performance and correctness tests that correlate with the same op name.

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