Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… #78414

Merged

Commits on Jan 17, 2024

  1. [AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/…

    …bf8 instructions
    
        Add VOP1, VOP1_DPP8, VOP1_DPP16, VOP3, VOP3_DPP8, VOP3_DPP16
        instructions that were supported on GFX940 (MI300):
        - V_CVT_F32_FP8
        - V_CVT_F32_BF8
        - V_CVT_PK_F32_FP8
        - V_CVT_PK_F32_BF8
        - V_CVT_PK_FP8_F32
        - V_CVT_PK_BF8_F32
        - V_CVT_SR_FP8_F32
        - V_CVT_SR_BF8_F32
    matejaMarjanovic authored and mariusz-sikora-at-amd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ef5080c View commit details
    Browse the repository at this point in the history
  2. Update tests

    mariusz-sikora-at-amd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a91e42a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    01d8b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e058e0 View commit details
    Browse the repository at this point in the history
  3. Update test

    mariusz-sikora-at-amd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6149014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4996c77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a36de86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afe32a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    685d767 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    7de5e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad8493 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    9a7989f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3211bc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d4d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d611a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    585e918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3610b5 View commit details
    Browse the repository at this point in the history
  3. Update tests

    mariusz-sikora-at-amd committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1db3bf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    5270f1e View commit details
    Browse the repository at this point in the history