From 0a68be8b5b6edeae737ca0b9851ace634ab9119b 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) --- tests/src/hiprtc/saxpy.cpp | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tests/src/hiprtc/saxpy.cpp diff --git a/tests/src/hiprtc/saxpy.cpp b/tests/src/hiprtc/saxpy.cpp old mode 100644 new mode 100755 index 191e48b846..156a44afe4 --- a/tests/src/hiprtc/saxpy.cpp +++ b/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};