Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
asc-devkit
/
impl
/
adv_api
/
detail
/
conv
/
conv3d
下载当前目录
cann-robot
修改头文件宏
1fecd038
创建于
3月13日
历史提交
文件
最后提交记录
最后更新时间
dav_m220
修改头文件宏 Co-authored-by: Zql99<zhangqianlong8@huawei.com> # message auto-generated for no-merge-commit merge:
!307
merge master into master 修改头文件宏 Created-by: Zql99 Commit-by: Zql99 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 修改头文件宏的格式,将_ASCENDC_INCLUDE_INTERNAL_HEADERS_换成__ASCENDC_INCLUDE_INTERNAL_HEADERS__。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> [
#261
](
https://gitcode.com/cann/asc-devkit/issues/261)
## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit
!307
2 个月前
conv3d_api_impl.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 个月前
conv3d_common_func.h
Initial commit
6 个月前
conv3d_common_init_func.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 个月前
conv3d_common_set_func.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 个月前
conv3d_common_sub_api.h
Initial commit
6 个月前
conv3d_iterate_base_impl.h
Initial commit
6 个月前
conv3d_iterate_impl.h
Initial commit
6 个月前
conv3d_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 个月前