undertherain / benchmarker

modular framework for [not only] deep learning performance benchmarking
http://blackbird.pw/performance
Mozilla Public License 2.0
9 stars 5 forks source link

Fix fapp #173

Closed vatai closed 3 years ago

vatai commented 3 years ago

Well, actually it doesn't fix fapp. fapp is messed up! For some reason it fails like this:

CMD: fapp -C -d ./logs/training/resnet50/unknown_CPU/pytorch_21.05.06_17.55.23.fapp_data1 -Hevent=pa1 /home/apps/oss/PyTorch-1.7.0/bin/python3 -m benchmarker --framework=pytorch --problem=resnet50 --problem_size=48 --precision=FP32 --nb_epoch=3 --batch_size=48
Error occurred with return code: 0
Standard output:

Standard error:
PAPI_thread_init error. function error code = -1
fapp: fapp_start Measurement error(name=all number=0 thread = 48). status code=13

But at least like this, we can save fapp output files for later use.