已关闭
[Bug-Report|缺陷反馈]: 编译时指定`--dump_cce`,在`build/binary/xxxx/bin`下生成的`kernel_meta`文件夹为空 #1151
wmw创建于 2月25日关闭于 3月2日
jiangjiawei
2月26日 评论:
2月26日 评论:
感谢您的反馈,正在本地复现定位中。


2月26日 将 jinyijian 设为负责人
wmw
2月28日 评论:
2月28日 评论:
这个问题由于是生成的目录用户没有读取权限,所以显示为空,把权限加上就能看到生成的文件了
但是代码本身需要支持个人用户的使用。
在shell脚本--dump_cce处显示mkdir能解决此问题。


jinyijian
3月2日 评论:
3月2日 评论:
这个问题由于是生成的目录用户没有读取权限,所以显示为空,把权限加上就能看到生成的文件了
但是代码本身需要支持个人用户的使用。
在shell脚本--dump_cce处显示mkdir能解决此问题。
好的,这边跟工程反馈一下这个问题,让他们看下怎么修改


3月2日 关闭了 issue
3月20日 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
build.sh中的--dump_cce选项没法正常工作Environment / 环境信息 (Mandatory / 必填)
CANN版本:9.0
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
使用下面指令编译:
生成的
kernel_meta目录的权限:d-wxr-xr-,文件夹内容为空。手动删除
kernel_meta并创建该目录,再编译才能生成需要的文件。Describe the expected behavior / 预期结果 (Mandatory / 必填)
kernel_meta下正常生成文件Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
NA
Special notes for this issue/备注 (Optional / 选填)