From 0ba701acd77d0100bcc03c6bfd7da5d9cb01f4d1 Mon Sep 17 00:00:00 2001 From: Vsevak Date: Sat, 20 Jun 2020 17:24:46 +0300 Subject: [PATCH] Remove trailing space --- lib/gpu/Makefile.hip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpu/Makefile.hip b/lib/gpu/Makefile.hip index 76e202da8c..e2fd3c22d7 100644 --- a/lib/gpu/Makefile.hip +++ b/lib/gpu/Makefile.hip @@ -79,7 +79,7 @@ else ifeq (hcc,$(HIP_COMPILER)) HIP_GPU_OPTS_E = \" HIP_KERNEL_SUFFIX = .cpp HIP_LIBS_TARGET = export HCC_AMDGPU_TARGET := $(HIP_ARCH) - export HCC_AMDGPU_TARGET := $(HIP_ARCH) + export HCC_AMDGPU_TARGET := $(HIP_ARCH) else ifeq (nvcc,$(HIP_PLATFORM)) HIP_GPU_CC = $(HIP_PATH)/bin/hipcc --fatbin HIP_GPU_OPTS += $(HIP_ARCH)