华为计算微信公众号
昇腾AI开发者公众号
华为计算微博
华为计算今日头条
之前看ascend c算子开发教程视频,里面老师讲过,ai core 一个block计算最大256字节,后来我又看到samples里的sub算子示例(https://gitee.com/ascend/samples/tree/8.0.RC2/operator/SubCustomSample/FrameworkLaunch/SubCustom),感觉tileLength长度的数据大小并不一定不超过256字节:
到底现在有没有这个一个block计算最大256字节的限制?
我要发帖子
之前看ascend c算子开发教程视频,里面老师讲过,ai core 一个block计算最大256字节,后来我又看到samples里的sub算子示例(https://gitee.com/ascend/samples/tree/8.0.RC2/operator/SubCustomSample/FrameworkLaunch/SubCustom),感觉tileLength长度的数据大小并不一定不超过256字节:
到底现在有没有这个一个block计算最大256字节的限制?