Add extension for kernel concurrency on same stream

Este commit está contenido en:
Rahul Garg
2019-03-06 12:55:39 +05:30
padre 8099d81788
commit 263e82a67a
Se han modificado 4 ficheros con 38 adiciones y 10 borrados
@@ -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);