SWDEV-546579 - Change in no params kernel behavior (#501)
SWDEV-546579 - Modify test to pass size 0
This commit is contained in:
committed by
GitHub
parent
5089f611e2
commit
7224ce9378
@@ -389,7 +389,7 @@ void ModuleLaunchKernel::AllocateMemory() {
|
||||
args2.clockRate = clkRate;
|
||||
size1 = sizeof(args1);
|
||||
size2 = sizeof(args2);
|
||||
size3 = sizeof(args3);
|
||||
size3 = 0;
|
||||
HIP_CHECK(hipEventCreate(&start_event1));
|
||||
HIP_CHECK(hipEventCreate(&end_event1));
|
||||
HIP_CHECK(hipEventCreate(&start_event2));
|
||||
|
||||
Reference in New Issue
Block a user