| [torch_master]修复profiler cann parser校验CANN侧文件未try-except问题
Co-authored-by: yu-liang-bin<y1416490440@163.com>
# message auto-generated for no-merge-commit merge:
!26278 merge bug_fix_cann_parser into master
[torch_master]修复profiler cann parser校验CANN侧文件未try-except问题
Created-by: yu_liangbin
Commit-by: yu-liang-bin
Merged-by: ascend-robot
Description: <!-- Thanks for sending a pull request!
-->
**What type of PR is this?**
> Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> /kind bug
> /kind task
> /kind feature
**What does this PR do / why do we need it**:
cann_parser中进行了PROF_XXX文件夹的属主和权限校验,导致的异常会被最外层的try-except捕获,会使得CPU侧数据无法解析,异常需要在cann_parser中提前抛出
**Which issue(s) this PR fixes**:
在cann_parser的PROF_XXX文件夹的属主和权限校验处try-except捕获
<!--
*Automatically closes linked issue when PR is merged.
Usage: Fixes #<issue number>, or Fixes (paste link of issue).
-->
Fixes #
**Special notes for your reviewers**:
See merge request: Ascend/pytorch!26278 | 6 个月前 |