Add missing space (the final frontier).

[ROCm/clr commit: 2e39534377]
Этот коммит содержится в:
Alex Voicu
2017-11-29 21:50:43 +00:00
родитель a27fa25d76
Коммит c1c4f454d8
+1 -1
Просмотреть файл
@@ -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