Skip to content

Commit

Permalink
Do not need to add hostcall device library because we always look for…
Browse files Browse the repository at this point in the history
… this now
  • Loading branch information
gregrodgers committed May 24, 2019
1 parent 49293db commit bfa8572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hip/hostcall_test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfa8572

Please sign in to comment.