From c1c4f454d8913419bd0b59258ceede9c19dc9e80 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Wed, 29 Nov 2017 21:50:43 +0000 Subject: [PATCH] Add missing space (the final frontier). [ROCm/clr commit: 2e395343779d1ff2ea9a4e78352bde063b45991a] --- projects/clr/hipamd/include/hip/hcc_detail/host_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/hcc_detail/host_defines.h b/projects/clr/hipamd/include/hip/hcc_detail/host_defines.h index d600956087..a7acdfccf7 100644 --- a/projects/clr/hipamd/include/hip/hcc_detail/host_defines.h +++ b/projects/clr/hipamd/include/hip/hcc_detail/host_defines.h @@ -44,7 +44,7 @@ THE SOFTWARE. #if GENERIC_GRID_LAUNCH == 0 #define __global__ __attribute__((hc_grid_launch)) __attribute__((used)) #else - #if __hcc_workweek__ >=17481 + #if __hcc_workweek__ >= 17481 #define __global__ \ __attribute__((annotate("__HIP_global_function__"), cpu, hc, used)) #else