From dd5cdce6d252f6c9ea9dbc25c6ed07c78af75e87 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 12 Aug 2020 21:20:54 +0000 Subject: [PATCH] Fix hipDispatchEnqueueRateMT sample Change-Id: I7ade0dcf8b32ac90a311022d12339740b2b3df44 [ROCm/hip commit: dd40abe96cee69ad6b35449997f3c962634ef0ad] --- .../1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp b/projects/hip/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp index d1b5c2f3b5..8b58dd55e6 100644 --- a/projects/hip/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp +++ b/projects/hip/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp @@ -29,6 +29,7 @@ THE SOFTWARE. #include #include #include +#include #define NUM_GROUPS 1 #define GROUP_SIZE 1