llvm / llvm/llvm-project

[AMDGPU] Add v_pk_mov_b32 to supported list of unpackable instructions

Open
#161,453 1 comment 0 reactions 0 assignees View on GitHub
backend:AMDGPU
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

https://github.com/llvm/llvm-project/commit/c256966fe2129ef75c76a4cab454b35ffa9410f3 added some baseline functionality to unpack v_pk instructions -- by unpacking we are able to co-execute with MFMA. However, we did not support unpacking for all relevant instructions. The remaining instruction is v_pk_mov_b32

Contributor guide

Open the contributing guide

Research direction

Start by reviewing commit c256966fe2129ef75c76a4cab454b35ffa9410f3 and trace the existing v_pk instruction unpacking support. Find the supported-instruction list and add v_pk_mov_b32 there; done means it can be unpacked for co-execution with MFMA and the relevant compiler tests pass.

Written by the indexing model from the issue text.

Assessment

Domain
compilers
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.