mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Merge branch 'master' of https://github.gatech.edu/casl/Vortex
This commit is contained in:
commit
ce66ef58a8
1 changed files with 6 additions and 6 deletions
|
@ -3,24 +3,24 @@
|
|||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
# clear POCL cache
|
||||
rm -rf ~/.cache/pocl
|
||||
|
||||
# rebuild runtime
|
||||
make -C runtime clean
|
||||
make -C runtime
|
||||
|
||||
# clear POCL cache
|
||||
rm -rf ~/.cache/pocl
|
||||
|
||||
# rebuild runtime test
|
||||
make -C tests/runtime/simple clean
|
||||
make -C tests/runtime/simple
|
||||
make -C tests/runtime/simple run-rtlsim
|
||||
make -C tests/runtime/simple run-simx
|
||||
|
||||
# rebuild native kernel
|
||||
make -C tests/regression/dogfood clean-all
|
||||
make -C tests/regression/dogfood
|
||||
make -C tests/regression/dogfood run-rtlsim
|
||||
make -C tests/regression/dogfood run-simx
|
||||
|
||||
# rebuild opencl kernel
|
||||
make -C tests/opencl/sgemm clean-all
|
||||
make -C tests/opencl/sgemm
|
||||
make -C tests/opencl/sgemm run-rtlsim
|
||||
make -C tests/opencl/sgemm run-simx
|
Loading…
Add table
Add a link
Reference in a new issue