# learning-cann **Repository Path**: huanProject/learning-cann ## Basic Information - **Project Name**: learning-cann - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2024-11-14 - **Last Updated**: 2025-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文 | [English](https://gitee.com/huanProject/learning-cann/blob/master/README_EN.md) # learning-cann ### 项目简介 本项目是整理昇腾samples仓库的项目,内部重新组织了项目的结构,并且优化了linux指令,使得每个项目都能正常的运行,方便大家学习 ### 安装CANN环境 [香橙派aipro](https://gitee.com/huanProject/learning-cann/blob/master/docs/cn/%E9%A6%99%E6%A9%99%E6%B4%BEaipro%E5%AE%89%E8%A3%85CANN_CN.md) [Atlas500](https://gitee.com/huanProject/learning-cann/blob/master/docs/cn/Atlas500%E5%AE%89%E8%A3%85CANN_CN.md) [Atlas500A2](https://gitee.com/huanProject/learning-cann/blob/master/docs/cn/Atlas500A2%E5%AE%89%E8%A3%85CANN_CN.md) ### 配置项目环境 [普通用户](https://gitee.com/huanProject/learning-cann/blob/master/docs/cn/%E6%99%AE%E9%80%9A%E7%94%A8%E6%88%B7_%E9%85%8D%E7%BD%AE%E9%A1%B9%E7%9B%AE%E7%8E%AF%E5%A2%83_CN.md) [root用户](https://gitee.com/huanProject/learning-cann/blob/master/docs/cn/root%E7%94%A8%E6%88%B7_%E9%85%8D%E7%BD%AE%E9%A1%B9%E7%9B%AE%E7%8E%AF%E5%A2%83_CN.md) ### 项目目录结构 制表符:┌┬┐├┼┤└┴┘─│ 项目结构: ``` / ─┬─ docs 存放文档位置 ├─ lib 项目用到的库 ├─ other ─┬─ images 存放插图的位置 │ └─ ... ├─ samples 样例代码存放位置 └─ ... ```