From bfa8572a3d696e68f6dc3b7e501b82430722b69e Mon Sep 17 00:00:00 2001 From: gregrodgers Date: Fri, 24 May 2019 12:52:26 -0500 Subject: [PATCH] Do not need to add hostcall device library because we always look for this now --- examples/hip/hostcall_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hip/hostcall_test/Makefile b/examples/hip/hostcall_test/Makefile index 807c83708..6fdebee99 100644 --- a/examples/hip/hostcall_test/Makefile +++ b/examples/hip/hostcall_test/Makefile @@ -70,7 +70,7 @@ ifeq (sm_,$(findstring sm_,$(TARGETS))) LFLAGS +=-L$(CUDA)/targets/x86_64-linux/lib -lcudart -Wl,-rpath,$(CUDA)/targets/x86_64-linux/lib CFLAGS +=-x cuda -I$(CUDA)/include else - CFLAGS = -x hip -lhostcall + CFLAGS = -x hip endif # ----- Demo compile and link in one step, no object code saved