Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
对一个算子编译kernel ut时,先编译910b,后编译310p会出现error
kernel ut验证,不涉及具体型号
bash build.sh -u --opkernel --ops=mat_mul_v3 --cov --soc=ascend910b bash build.sh -u --opkernel --ops=mat_mul_v3 --cov --soc=ascend310p
第二次编译kernel ut成功
缺少tbe下的.h文件
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
对一个算子编译kernel ut时,先编译910b,后编译310p会出现error
Environment / 环境信息 (Mandatory / 必填)
kernel ut验证,不涉及具体型号
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
bash build.sh -u --opkernel --ops=mat_mul_v3 --cov --soc=ascend910b
bash build.sh -u --opkernel --ops=mat_mul_v3 --cov --soc=ascend310p
Describe the expected behavior / 预期结果 (Mandatory / 必填)
第二次编译kernel ut成功
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
缺少tbe下的.h文件
Special notes for this issue/备注 (Optional / 选填)