Skip to content

Commit

Permalink
Updating TensorRT-introduction sample to run with TRT7 and dynamic shape
Browse files Browse the repository at this point in the history
  • Loading branch information
habbasian committed Apr 8, 2020
1 parent c861f42 commit c4da909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/TensorRT-introduction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TARGET_SRCS=$(wildcard simpleOnnx*.cpp)
TARGET_OBJS=${TARGET_SRCS:.cpp=.o}
TARGETS=${TARGET_OBJS:.o=}


all: $(TARGETS)

$(TARGETS): %: %.o ioHelper.o
Expand Down

0 comments on commit c4da909

Please sign in to comment.