SWDEV-546579 - Change in no params kernel behavior (#501)
SWDEV-546579 - Modify test to pass size 0
[ROCm/hip-tests 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));
|
||||
|
||||
新增問題並參考
封鎖使用者