Add extension for kernel concurrency on same stream

This commit is contained in:
Rahul Garg
2019-03-06 12:55:39 +05:30
orang tua 8244ad03d0
melakukan 599ae3af2e
@@ -88,7 +88,7 @@ int main() {
HIP_LAUNCH_PARAM_END};
HIP_CHECK(
hipHccModuleLaunchKernel(Function, LEN, 1, 1, LEN, 1, 1, 0, 0, NULL, (void**)&config));
hipExtModuleLaunchKernel(Function, LEN, 1, 1, LEN, 1, 1, 0, 0, NULL, (void**)&config, 0));
hipMemcpyDtoH(B, Bd, SIZE);