[all-commits] [llvm/llvm-project] edb482: AMDGPU: Refine gfx950 xdl-write-vgpr hazard cases

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Nov 25 09:21:18 PST 2024


  Branch: refs/heads/users/arsenm/gfx950/refine-xdl-write-vgpr-hazard-cases
  Home:   https://github.com/llvm/llvm-project
  Commit: edb48238133eabfdd2f37ab3915ae12f76df9c55
      https://github.com/llvm/llvm-project/commit/edb48238133eabfdd2f37ab3915ae12f76df9c55
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-11-25 (Mon, 25 Nov 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/test/CodeGen/AMDGPU/mai-hazards-gfx940.mir

  Log Message:
  -----------
  AMDGPU: Refine gfx950 xdl-write-vgpr hazard cases

The 2-pass XDL write VGPR, read by non-XDL SGEMM/DGEMM case
was 1 wait state overly conservative. Previously, for gfx940,
the XDL/non-XDL cases happened to have the same number of cycles
in all cases. Now the XDL consumer case has an additional state for
2 pass sources.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list