You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
算子接口应有两个输入,分别指定矩阵A(形状[, M, M])和B(形状[, M, K]),两矩阵batch维度大小相同。四个 bool 类型的属性,left_side 用于指定系数方阵是位于求解矩阵的左侧还是右侧,upper 指定对系数方阵取上三角还是下三角,transpose_a 指定是否对系数方阵进行转置,unit_diagonal 指定是否假定系数方阵对角线上的元素都为1。输出只有一个,且形状为[*, M, K]。
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
【PaddlePaddle Hackathon 4】核心框架开源贡献 CINN 开发任务合集
(此 ISSUE 为 PaddlePaddle Hackathon 第四期活动的任务 ISSUE,更多详见 【PaddlePaddle Hackathon 第四期】任务总览)
注:为神经网络编译器 CINN 增加一系列基础算子,开发请参考 贡献指南,任务列表如下:
No.81:为神经网络编译器 CINN 增加 bitcast_convert 算子
No.82:为神经网络编译器 CINN 增加 triangular_solve 算子
No.83:为神经网络编译器 CINN 增加 resize 算子
No.84:为神经网络编译器 CINN 增加 ReverseComputeInline 原语
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
详细描述
使用神经网络编译器 CINN IR 编写算子,大致步骤为在 CINN 底层使用 CINN IR 实现相关计算的描述,如果有优化需求再实现相关 strategy,之后打通上层的 net_builder 和 load_paddle_model,并进行相关单测。
提交内容
a. PR 代码中,使用 CINN IR 编写的算子,相应的 strategy,根据具体算子在 CINN 情况提交至相关路径;
b. 上层 net_builder 调用提交到 cinn/frontend/net_builder.h 和 .cc 文件下;
c. 上层 load_paddle_model 调用提交到 cinn/frontend/paddle_model_to_program.h 和 .cc 文件下。
技术要求
答疑交流
The text was updated successfully, but these errors were encountered: