From 00e435bda1863ba4425576a323209458d4901f3d Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Wed, 29 Nov 2017 02:16:44 +0000 Subject: [PATCH] Add missing file. [ROCm/hip commit: 3ed8897a5aefc74507006d63a857093895de1090] --- projects/hip/src/grid_launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/src/grid_launch.cpp b/projects/hip/src/grid_launch.cpp index d63fd2d49a..8eb3f1dc75 100644 --- a/projects/hip/src/grid_launch.cpp +++ b/projects/hip/src/grid_launch.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. #include "hip/hcc_detail/grid_launch_GGL.hpp" -#if !defined(FUNCTIONAL_GRID_LAUNCH) +#if defined(FUNCTIONAL_GRID_LAUNCH) #include "functional_grid_launch.inl" #else #include "macro_based_grid_launch.inl"