We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5089f61 commit 7224ce9Copy full SHA for 7224ce9
1 file changed
catch/unit/module/hipExtModuleLaunchKernel.cc
@@ -389,7 +389,7 @@ void ModuleLaunchKernel::AllocateMemory() {
389
args2.clockRate = clkRate;
390
size1 = sizeof(args1);
391
size2 = sizeof(args2);
392
- size3 = sizeof(args3);
+ size3 = 0;
393
HIP_CHECK(hipEventCreate(&start_event1));
394
HIP_CHECK(hipEventCreate(&end_event1));
395
HIP_CHECK(hipEventCreate(&start_event2));
0 commit comments