Skip to content

Add support to Rocm (AMD) onnx provider #345

Open
@Matheus-Garbelini

Description

@Matheus-Garbelini

Hi, in models/yolox.py and detectron2onnx.py, we can add support to AMD GPUs by modifying ordered_providers list to

ordered_providers = [
    "ROCMExecutionProvider",
    "TensorrtExecutionProvider",
    "CUDAExecutionProvider"
]

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