Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
asc-devkit
/
impl
/
adv_api
/
detail
/
conv
/
common
下载当前目录
cann-robot
高阶API 支持A5产品
c648bfb5
创建于
1月30日
历史提交
文件
最后提交记录
最后更新时间
conv_common.h
Initial commit
6 个月前
conv_forward_common_func.h
Initial commit
6 个月前
conv_forward_framework_util.h
Initial commit
6 个月前
conv_forward_util.h
高阶API 支持A5产品 Co-authored-by: DragonBornHD84<huangduo4@hisilicon.com> # message auto-generated for no-merge-commit merge:
!194
merge dev into master 高阶API 支持A5产品 Created-by: DragonBornHD84 Commit-by: DragonBornHD84 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 高阶API 支持A5产品,涉及以下高阶API: activation ├── geglu ├── gelu ├── reglu ├── sigmoid ├── silu ├── softmax ├── swiglu └── swish conv ├── common └── conv3d conv_backprop ├── common ├── conv3d_backprop_filter └── conv3d_backprop_input filter └── dropout hccl ├── ccu ├── common └── impl index └── arithprogression kfc matmul normalization ├── batchnorm ├── deepnorm ├── groupnorm ├── layernorm ├── layernormgrad ├── normalize ├── rmsnorm └── welfordfinalize pad ├── broadcast └── pad quantization ├── antiquant ├── antiquantize ├── dequant ├── dequantize ├── quant └── quantize reduce ├── mean ├── reduce_all ├── reduce_any ├── reduce_max ├── reduce_mean ├── reduce_min ├── reduce_prod ├── reduce_sum ├── reduce_xor_sum └── sum select └── selectwithbytesmask sort ├── sort └── topk transpose ├── confusion_transpose └── transdata utils └── init_global_memory ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit
!194
3 个月前