Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kw/mb/blstm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ all:
$(MAKE) -C host

run: all
host/build/blstm pulp/build/system.oprecompkw/blstm/blstm
host/build/blstm pulp/build/oprecompkw/blstm/blstm
2 changes: 1 addition & 1 deletion kw/mb/blstm/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CFLAGS ?= -O3 -g -Wall -Wextra -std=c99
CPPFLAGS ?= -O3 -g -Wall -Wextra -std=c++11 -fopenmp
CFLAGS += -I$(PULP_SDK_HOME)/install/ws/include
CPPFLAGS += -I$(PULP_SDK_HOME)/install/ws/include -I./include
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lgvlauncher -lpthread
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lpulpvplauncher -lpthread

all: clean build/neuron build/blstm

Expand Down
3 changes: 2 additions & 1 deletion kw/samples/nop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ all:
$(MAKE) -C host

run: all
host/build/nop pulp/build/system.oprecompkw/nop/nop
host/build/nop pulp/build/oprecompkw/nop/nop

2 changes: 1 addition & 1 deletion kw/samples/nop/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CFLAGS ?= -O3 -g -Wall -Wextra
CFLAGS += -I$(PULP_SDK_HOME)/install/ws/include
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lgvlauncher -lpthread
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lpulpvplauncher -lpthread

all:: build/nop

Expand Down
2 changes: 1 addition & 1 deletion kw/samples/square/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ all:
$(MAKE) -C host

run: all
host/build/square pulp/build/system.oprecompkw/square/square
host/build/square pulp/build/oprecompkw/square/square
2 changes: 1 addition & 1 deletion kw/samples/square/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CFLAGS ?= -O3 -g -Wall -Wextra -std=c99
CFLAGS += -I$(PULP_SDK_HOME)/install/ws/include
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lgvlauncher -lpthread
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lpulpvplauncher -lpthread

all:: build/square

Expand Down
2 changes: 1 addition & 1 deletion mb/cnn/kw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ all:
$(MAKE) -C host

run: all
host/build/conv pulp/build/system.oprecompkw/conv/conv
host/build/conv pulp/build/oprecompkw/conv/conv
2 changes: 1 addition & 1 deletion mb/cnn/kw/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CFLAGS ?= -O3 -g -Wall -Wextra -std=c99
CFLAGS += -I$(PULP_SDK_HOME)/install/ws/include
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lgvlauncher -lpthread
LDFLAGS ?= -L$(PULP_SDK_HOME)/install/ws/lib -loprecomp -lcxl -lpulpvplauncher -lpthread

all:: build/conv

Expand Down