已关闭
[Bug-Report|缺陷反馈]: asc-devkit打包安装后,有部分文件和hccl库中的文件相同,可能产生冲突 #1260
wanghan创建于 7月15日关闭于 13 天前
7月15日 关联了pull request:删除打包时将hccl打包了的逻辑
7月15日 将 mizuki_p 设为负责人
7月16日 关联了pull request:Revert "删除打包时将hccl打包了的逻辑"
7月17日 关联了pull request:[WIP]fix hccl moving
7月17日 关联了pull request:删除打包时将hccl打包了的逻辑(合入9.1.0分支)
13 天前 issue状态由 待办的 改变为 已解决
13 天前 关闭了 issue
13 天前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
asc-devkit打包安装后,有部分文件和hccl库中的文件相同,可能产生冲突
Environment / 环境信息 (Mandatory / 必填)
无关
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
按照README执行打包后并安装后,在安装目录下能找到和Hccl中文件内容和文件名冲突的文件
Describe the expected behavior / 预期结果 (Mandatory / 必填)
除了hccl.h没有冲突
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
冲突文件包括:
"adapter_error_manager_pub.h"
"base.h"
"ccu_assist_pub.h"
"ccu_interface_assist_v1.h"
"ccu_operator_v1.h"
ccu_res_repo.h
ccu_task_arg_v1.h
dtype_common.h
hccl.h
hccl_ccu_res.h
hccl_comm.h
hccl_diag.h
hccl_inner.h
hccl_inner_dl.h
hccl_mc2.h
hccl_rank_graph.h
hccl_rank_graph_dl.h
hccl_res.h
hccl_res_dl.h
hccl_res_expt.h
hccl_types.h
hcomm_diag.h
hcomm_dlsym.h
hcomm_host_profiling.h
hcomm_host_profiling_dl.h
hcomm_primitives.h
tsch_defines.h
workflow.h
Special notes for this issue/备注 (Optional / 选填)
无