[libc-commits] [libc] [libc] Update the AMDGPU implementation to use code object 5 (PR #72580)

Matt Arsenault via libc-commits libc-commits at lists.llvm.org
Thu Nov 16 17:13:07 PST 2023


================
@@ -209,6 +224,19 @@ hsa_status_t launch_kernel(hsa_agent_t dev_agent, hsa_executable_t executable,
   std::memset(args, 0, args_size);
   std::memcpy(args, &kernel_args, sizeof(args_t));
 
+  // Initialize the necessarry implicit arguments to the proper values.
----------------
arsenm wrote:

'necessarry'

https://github.com/llvm/llvm-project/pull/72580


More information about the libc-commits mailing list