Revert "Merge branch 'amd-master-next' into amd-npi-next"

This reverts commit 6c6299acb2.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I53322718dadde2c98f96140b8e260ec7ee9ef721


[ROCm/clr commit: 9142674ef0]
This commit is contained in:
Vladislav Sytchenko
2020-10-05 12:26:18 -04:00
parent 913d257803
commit 0627e8783b
111 changed files with 750 additions and 6797 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ hipError_t ihipLaunchCooperativeKernelMultiDevice(hipLaunchParams* launchParamsL
if (result != hipSuccess) {
break;
}
prevGridSize += globalWorkSizeX * globalWorkSizeY * globalWorkSizeZ;
prevGridSize += launch.gridDim.x * launch.gridDim.y * launch.gridDim.z;
}
// Sync the execution streams on all devices