Skip to content

[MLIR] [AMDGPU] refactor how we handle target features #129206

Open
@dhernandez0

Description

@dhernandez0

Currently, we hardcode hardware features in the code (see

if (chipset.majorVersion == 11) {
). We want to implement a better way of handling subtarget features. See this PR for discussion about possible implementations: #129029

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions