SWDEV-545273 - Respect HIP_LAUNCH_PARAM_BUFFER_SIZE (#770)

This commit is contained in:
Betigeri, Sourabh
2025-08-03 17:32:52 -07:00
committed by GitHub
parent 1492328894
commit 2a02d2c2f3
5 changed files with 35 additions and 19 deletions
+1 -1
View File
@@ -1265,7 +1265,7 @@ class NDRangeKernelCommand : public Command {
int32_t captureAndValidate();
// Allocate, capture and set kernel parameters
int32_t AllocCaptureSetValidate(void** kernelParams, address kernArgs);
int32_t AllocCaptureSetValidate(void** kernelParams, address kernArgs, size_t kernArgsSize);
};
class NativeFnCommand : public Command {