[llvm] [AMDGPU] Update compute program resource registers for GFX12 (PR #75911)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 01:08:13 PST 2023
================
@@ -0,0 +1,54 @@
+;; Test disassembly for gfx12 kernel descriptor.
+
+; RUN: rm -rf %t && split-file %s %t && cd %t
+
+;--- 1.s
+; RUN: llvm-mc --triple=amdgcn-amd-amdhsa -filetype=obj -mcpu=gfx1200 < 1.s > 1.o
----------------
arsenm wrote:
Test both wave sizes?
https://github.com/llvm/llvm-project/pull/75911
More information about the llvm-commits
mailing list