From 7493d6074a6ee3b83f3d1abde6f5e44dd6599c9f Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Tue, 15 Mar 2016 14:22:00 -0500 Subject: [PATCH] corrected first and second kernel dispatch [ROCm/clr commit: 369d01086f6b7d4dc039cd7b7d5b48b85936fabf] --- .../samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp b/projects/clr/hipamd/samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp index a47931958f..9827b94229 100644 --- a/projects/clr/hipamd/samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp +++ b/projects/clr/hipamd/samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp @@ -64,13 +64,13 @@ int main(){ hipLaunchKernel(HIP_KERNEL_NAME(One), dim3(LEN/512), dim3(512), 0, 0, Ad); hipEventRecord(stop); hipEventElapsedTime(&mS, start, stop); - std::cout<<"First Kernel Launch: \t\t"<