mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
1963ae04b2
commit
9feb46387e
2 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ run-simx:
|
|||
$(MAKE) -C nearn run-simx
|
||||
$(MAKE) -C guassian run-simx
|
||||
$(MAKE) -C kmeans run-simx
|
||||
$(MAKE) -C blackscholes run-simx
|
||||
# $(MAKE) -C blackscholes run-simx
|
||||
$(MAKE) -C bfs run-simx
|
||||
|
||||
run-rtlsim:
|
||||
|
@ -55,7 +55,7 @@ run-rtlsim:
|
|||
$(MAKE) -C nearn run-rtlsim
|
||||
$(MAKE) -C guassian run-rtlsim
|
||||
$(MAKE) -C kmeans run-rtlsim
|
||||
$(MAKE) -C blackscholes run-rtlsim
|
||||
# $(MAKE) -C blackscholes run-rtlsim
|
||||
$(MAKE) -C bfs run-rtlsim
|
||||
|
||||
run-opae:
|
||||
|
@ -74,7 +74,7 @@ run-opae:
|
|||
$(MAKE) -C nearn run-opae
|
||||
$(MAKE) -C guassian run-opae
|
||||
$(MAKE) -C kmeans run-opae
|
||||
$(MAKE) -C blackscholes run-opae
|
||||
# $(MAKE) -C blackscholes run-opae
|
||||
$(MAKE) -C bfs run-opae
|
||||
|
||||
clean:
|
||||
|
|
|
@ -9,6 +9,6 @@ SRCS := $(SRC_DIR)/main.cpp
|
|||
|
||||
VX_SRCS := $(SRC_DIR)/kernel.cpp
|
||||
|
||||
OPTS ?= -n64 -xbar -xgbar
|
||||
OPTS ?= -n64 -xtrig -xbar -xgbar
|
||||
|
||||
include ../common.mk
|
Loading…
Add table
Add a link
Reference in a new issue