From fac2e14dab018766d00e0419e4dab6c5ec17033f Mon Sep 17 00:00:00 2001 From: kjayapra-amd <54370791+kjayapra-amd@users.noreply.github.com> Date: Mon, 18 Nov 2019 01:48:11 -0500 Subject: [PATCH] [dtests] Fixing compilation error in saxpy.cpp (#1608) [ROCm/hip commit: 0a68be8b5b6edeae737ca0b9851ace634ab9119b] --- projects/hip/tests/src/hiprtc/saxpy.cpp | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 projects/hip/tests/src/hiprtc/saxpy.cpp diff --git a/projects/hip/tests/src/hiprtc/saxpy.cpp b/projects/hip/tests/src/hiprtc/saxpy.cpp old mode 100644 new mode 100755 index 191e48b846..156a44afe4 --- a/projects/hip/tests/src/hiprtc/saxpy.cpp +++ b/projects/hip/tests/src/hiprtc/saxpy.cpp @@ -35,6 +35,7 @@ THE SOFTWARE. #include #include #include +#include static constexpr auto NUM_THREADS{128}; static constexpr auto NUM_BLOCKS{32};