Skip to content

Enable FP8 on rocm for gfx12 #8242

Open
@ShadowElf37

Description

@ShadowElf37

Feature Idea

gfx12 (9060, 9070) brings support for fp8 on AMD consumer cards. This functionality is currently soldered off, I think by comfy/model_management.py, if not other parts of the codebase:

def supports_fp8_compute(device=None):
    if not is_nvidia():
        return  False

fp8 should be enabled on these platforms, and other AMD cards that support it.

Existing Solutions

No response

Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureA new feature to add to ComfyUI.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions