Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
对 aclnn_convert_weight_to_int4_pack.cpp 中的运行时接口进行了整改,将直接调用的底层 rtMemcpy 等 runtime 原生接口统一替换为 ACL(Ascend Computing Language)封装的标准接口,并相应调整了头文件引用、内存拷贝方向常量及返回值判断宏。该改动旨在提升代码的可移植性和接口规范性,使算子实现与 ACL 公共接口层保持一致。
matmul
提升代码的可移植性和接口规范性,使算子实现与 ACL 公共接口层保持一致。
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
对 aclnn_convert_weight_to_int4_pack.cpp 中的运行时接口进行了整改,将直接调用的底层 rtMemcpy 等 runtime 原生接口统一替换为 ACL(Ascend Computing Language)封装的标准接口,并相应调整了头文件引用、内存拷贝方向常量及返回值判断宏。该改动旨在提升代码的可移植性和接口规范性,使算子实现与 ACL 公共接口层保持一致。
Origin(信息来源)
matmul
Benefit / Necessity (价值/作用)
提升代码的可移植性和接口规范性,使算子实现与 ACL 公共接口层保持一致。
Design(设计方案)