From 885fbb7ec53a64fefa4bfc2b2fdc8817af5781f1 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-tests commit: aea45f4b583db91c5b954b260961433c56fc3275] --- .../1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip-tests/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp b/projects/hip-tests/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp index d1b5c2f3b5..8b58dd55e6 100644 --- a/projects/hip-tests/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp +++ b/projects/hip-tests/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp @@ -29,6 +29,7 @@ THE SOFTWARE. #include #include #include +#include #define NUM_GROUPS 1 #define GROUP_SIZE 1