已关闭
[Bug-Report|缺陷反馈]: transformer仓编译框架未正确使用ccache加速编译 #2388
景明创建于 5月13日关闭于 5月13日
5月13日 添加了label:bug-report
huang-chuhong
5月13日 评论:
5月13日 评论:
/assign @gitcode_lijd


5月13日 将 gitcode_lijd 设为负责人
5月13日 关闭了 issue
5月13日 添加了label:resolved
/assign @gitcode_lijd


Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
安装ccache情况下,首次编译和二次编译时间一样
Environment / 环境信息 (Mandatory / 必填)
950
cann9.1.0
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
bash build.sh --pkg --soc=ascend950 2>&1 | tee 950.log
bash build.sh --pkg --soc=ascend910_93 2>&1 | tee 910_93.log
bash build.sh --pkg --soc=ascend910b 2>&1 | tee 910b.log
A2 3 5版本均无法加速编译
Describe the expected behavior / 预期结果 (Mandatory / 必填)
第二次时间明显提升
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
无
Special notes for this issue/备注 (Optional / 选填)
无