mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 05:17:45 -04:00
minor update
This commit is contained in:
parent
2d5f8da44c
commit
567a7788d5
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ make -C tests/regression run-simx
|
|||
make -C tests/regression run-rtlsim
|
||||
|
||||
# test global barriers with multiple cores
|
||||
./ci/blackbox.sh --driver=simx --app=dogfood --args="-n64 -t20" --cores=2
|
||||
./ci/blackbox.sh --driver=simx --app=dogfood --args="-n1 -t19 -t20" --cores=2
|
||||
|
||||
echo "regression tests done!"
|
||||
}
|
||||
|
|
|
@ -4,6 +4,6 @@ SRCS = main.cpp
|
|||
|
||||
VX_SRCS = kernel.cpp
|
||||
|
||||
OPTS ?= -n64 -x19
|
||||
OPTS ?= -n64 -x19 -x20
|
||||
|
||||
include ../common.mk
|
Loading…
Add table
Add a link
Reference in a new issue