CANN/asc-devkit C-API向量计算样例
C-API Sample Introduction【免费下载链接】asc-devkit本项目是CANN 推出的昇腾AI处理器专用的算子程序开发语言原生支持C和C标准规范主要由类库和语言扩展层构成提供多层级API满足多维场景算子开发诉求。项目地址: https://gitcode.com/cann/asc-devkitOverviewThis sample demonstrates the compilation process for building Vector operator samples using C_API, supporting implementation of the main function and kernel function in the same cpp file.Sample ListDirectory NameDescription00_sync_addThis sample demonstrates the compilation process for building Add operator samples using C_API based on synchronous data movement and computation interfaces, supporting implementation of the main function and kernel function in the same cpp file01_async_addThis sample demonstrates the compilation process for building Add operator samples using C_API based on asynchronous data movement, computation interfaces, and unified synchronization interfaces, supporting implementation of the main function and kernel function in the same cpp file02_c_api_delicacy_async_addThis sample demonstrates the Add operator sample written using C_API interfaces, implemented based on asynchronous data movement, computation interfaces, and fine-grained synchronization interfaces【免费下载链接】asc-devkit本项目是CANN 推出的昇腾AI处理器专用的算子程序开发语言原生支持C和C标准规范主要由类库和语言扩展层构成提供多层级API满足多维场景算子开发诉求。项目地址: https://gitcode.com/cann/asc-devkit创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考