From 00ef0dcea3f3bdb2b349093cf85f39259c2a30a6 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Sun, 2 Oct 2016 05:57:02 -0500 Subject: [PATCH] small typo fix Change-Id: I01906b330be8e6ec149bcdfe82def73e15931c89 [ROCm/hip commit: 848b27ccef4de0581cdb354ce305ec01ae45b19a] --- projects/hip/samples/2_Cookbook/1_hipEvent/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/samples/2_Cookbook/1_hipEvent/Readme.md b/projects/hip/samples/2_Cookbook/1_hipEvent/Readme.md index 16285120fa..bf5df9c763 100644 --- a/projects/hip/samples/2_Cookbook/1_hipEvent/Readme.md +++ b/projects/hip/samples/2_Cookbook/1_hipEvent/Readme.md @@ -17,7 +17,7 @@ Programmers familiar with CUDA, OpenCL will be able to quickly learn and start c We will be using the Simple Matrix Transpose application from the previous tutorial and modify it to learn how to get the performance score for memory transfer and kernel execution time. -## hipEnvent_t +## hipEvent_t We'll learn how to use the event management functionality of HIP runtime api. In the same sourcecode, we used for MatrixTranspose we will declare the following events as follows: