Skip to content

Commit 7224ce9

Browse files
author
Betigeri, Sourabh
authored
SWDEV-546579 - Change in no params kernel behavior (ROCm#501)
SWDEV-546579 - Modify test to pass size 0
1 parent 5089f61 commit 7224ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catch/unit/module/hipExtModuleLaunchKernel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ void ModuleLaunchKernel::AllocateMemory() {
389389
args2.clockRate = clkRate;
390390
size1 = sizeof(args1);
391391
size2 = sizeof(args2);
392-
size3 = sizeof(args3);
392+
size3 = 0;
393393
HIP_CHECK(hipEventCreate(&start_event1));
394394
HIP_CHECK(hipEventCreate(&end_event1));
395395
HIP_CHECK(hipEventCreate(&start_event2));

0 commit comments

Comments
 (0)