constant integration updates

This commit is contained in:
Blaise Tine
2020-11-16 03:55:55 -08:00
parent 77bca2deca
commit 2234735cfb
2 changed files with 15 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ run_debug()
# test debug build
make -C driver/opae/vlsim clean
DEBUG=1 CONFIGS="-DNUM_CLUSTERS=1 -DNUM_CORES=1" make -C driver/opae/vlsim > /dev/null 2>&1
make -C benchmarks/opencl/sgemm run-vlsim
make -C benchmarks/opencl/sgemm run-vlsim > /dev/null 2>&1
}
run_scope()