mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
regression script update
This commit is contained in:
parent
a46c32ed4b
commit
170c5d0c8a
2 changed files with 2 additions and 18 deletions
|
@ -46,12 +46,9 @@ jobs:
|
|||
- stage: test
|
||||
name: stress1
|
||||
script: cp -r $PWD ../build6 && cd ../build6 && ./ci/travis_run.py ./ci/regression.sh -stress1
|
||||
- stage: test
|
||||
name: stress2
|
||||
script: cp -r $PWD ../build7 && cd ../build7 && ./ci/travis_run.py ./ci/regression.sh -stress2
|
||||
- stage: test
|
||||
name: compiler
|
||||
script: cp -r $PWD ../build8 && cd ../build8 && ./ci/travis_run.py /ci/test_compiler.sh
|
||||
script: cp -r $PWD ../build7 && cd ../build7 && ./ci/travis_run.py ./ci/test_compiler.sh
|
||||
|
||||
after_success:
|
||||
# Gather code coverage
|
||||
|
|
|
@ -124,18 +124,9 @@ stress1()
|
|||
{
|
||||
echo "begin stress1 tests..."
|
||||
|
||||
./ci/blackbox.sh --driver=rtlsim --cores=1 --app=sgemm --args="-n256"
|
||||
|
||||
echo "stress1 tests done!"
|
||||
}
|
||||
|
||||
stress2()
|
||||
{
|
||||
echo "begin stress2 tests..."
|
||||
|
||||
./ci/blackbox.sh --driver=rtlsim --cores=2 --l2cache --clusters=2 --l3cache --app=sgemm --args="-n256"
|
||||
|
||||
echo "stress2 tests done!"
|
||||
echo "stress1 tests done!"
|
||||
}
|
||||
|
||||
usage()
|
||||
|
@ -157,11 +148,8 @@ while [ "$1" != "" ]; do
|
|||
;;
|
||||
-stress1 ) stress1
|
||||
;;
|
||||
-stress2 ) stress2
|
||||
;;
|
||||
-stress ) stress0
|
||||
stress1
|
||||
stress2
|
||||
;;
|
||||
-all ) coverage
|
||||
cluster
|
||||
|
@ -169,7 +157,6 @@ while [ "$1" != "" ]; do
|
|||
config
|
||||
stress0
|
||||
stress1
|
||||
stress2
|
||||
;;
|
||||
-h | --help ) usage
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue