Add extension for kernel concurrency on same stream

このコミットが含まれているのは:
Rahul Garg
2019-03-06 12:55:39 +05:30
コミット 599ae3af2e
+1 -1
ファイルの表示
@@ -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);