Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
1、考虑代码复用,MM/GMM/MC2算子需要复用matmul的kernel代码,当前mm和gmm/mc2是在不同的代码仓,所以需要通过引入asc新接口特性 ops-tensor完成代码复用; 2、独立升级的兼容性问题,ascendc的新特性引入功能不稳定,也放在ops-tensor仓中。为防止用户不升级toolkit包,所以ops-transformer引入tensor仓,保证独立升级的兼容性;
NA
ops-transformer仓独立升级,不引起兼容性问题
na
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
1、考虑代码复用,MM/GMM/MC2算子需要复用matmul的kernel代码,当前mm和gmm/mc2是在不同的代码仓,所以需要通过引入asc新接口特性 ops-tensor完成代码复用;
2、独立升级的兼容性问题,ascendc的新特性引入功能不稳定,也放在ops-tensor仓中。为防止用户不升级toolkit包,所以ops-transformer引入tensor仓,保证独立升级的兼容性;
Environment / 环境信息 (Mandatory / 必填)
NA
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
NA
Describe the expected behavior / 预期结果 (Mandatory / 必填)
ops-transformer仓独立升级,不引起兼容性问题
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
na
Special notes for this issue/备注 (Optional / 选填)
na