Skip to content

Ensure compatibility with AMD, Metal, Intel (?) GPUs #15

@edoyango

Description

@edoyango

Currently the DynamicDet assumes only CPU or CUDA capabilities. i.e., when specifying --device, only cpu and device id are specified, where device id is assumed to be a CUDA GPU. Should be able to specify something like

AMD:

--device rocm:0

Metal:

--device mps # I don't believe there are setups with multiple Metal GPUs

But, if just a device index is specified, then it should also work e.g.

--device 0

Should choose the appropriate PyTorch device automatically.

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