constant integration updates

This commit is contained in:
Blaise Tine
2020-11-15 10:28:32 -08:00
parent 4337146fe9
commit e4d7a3deb4
2 changed files with 24 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ CONFIGS="-DNUM_CLUSTERS=1 -DNUM_CORES=4 -DL2_ENABLE=1" make -C driver/opae/vlsim
make -C driver/tests/dogfood run-vlsim
make -C benchmarks/opencl/sgemm run-vlsim
# test L3 and 2 L2's with 4 cores each
# test L3 and 2xL2's with 4 cores each
make -C driver/opae/vlsim clean
CONFIGS="-DNUM_CLUSTERS=2 -DNUM_CORES=4 -DL2_ENABLE=1 -DL3_ENABLE=1" make -C driver/opae/vlsim
make -C driver/tests/dogfood run-vlsim