SWDEV-545273 - Respect HIP_LAUNCH_PARAM_BUFFER_SIZE (#770)
This commit is contained in:
committed by
GitHub
parent
1492328894
commit
2a02d2c2f3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user