[llvm] [AMDGPU] Add backward compatibility layer for kernarg preloading (PR #119167)
Austin Kerbow via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 14:28:59 PST 2024
================
@@ -0,0 +1,229 @@
+//===- AMDGPUPreloadKernargHeader.cpp - Preload Kernarg Header ------------===//
----------------
kerbowa wrote:
I'm open to suggestions on the name. By header I just mean I'm adding on a preamble to the kernel. Could be prologue, or we could just name it backward compatibility layer or some variation of that.
https://github.com/llvm/llvm-project/pull/119167
More information about the llvm-commits
mailing list