Skip to content

Delegate FP16 <-> BF16 to a kernel or the compiler #179

Description

@ypapadop-amd

FP16 to BF16 and vice-versa is supported via CPU code (

dev_info.substitute_fp16_bf16 = true;
).

We either need to have kernels that convert FP16 to BF16 and the opposite (more kernels loaded but immediate implementation) or add support in the compiler (more difficult).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions