Created by: LeoZhao-Intel
在使用mkl的情况下,多线程执行同一个图片,用htop看,VIRT和RES都很稳定。 但是使用了mkldnn,并且只用到concat,同时concat内部任何mkldnn相关的操作都没有,只保留output tensor的mutable_data,RES会往上涨,VIRT也会隔一段时间往上涨。
命令行 ./paddle/fluid/inference/tests/api/test_analyzer_detect --infer_model=/home/leozhao/tmp/densebox/ --infer_data=/home/leozhao/leo/detect_input.txt --infer_shape=/home/leozhao/leo/shape.txt --gtest_filter=Analyzer_vis.profile_mkldnn --paddle_num_threads=4 --repeat=1 --batch_size=1 --sample=5000