# SomeCodes **Repository Path**: sakura-fall-down/some-codes ## Basic Information - **Project Name**: SomeCodes - **Description**: some codes in work - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SomeCodes #### 介绍 some codes in work #### 软件架构 软件架构说明 #### 安装教程 .macro ComputeBlockLoop Mode, Columns, Rows ClearBlockAccumulators \Columns\(),\Rows\() .if \Rows\() >= 2 add x10,x0,x6,lsl #2 // compute matrix A plus 1 row .endif .if \Rows\() >= 4 add x11,x10,x6,lsl #2 // compute matrix A plus 2 rows add x12,x11,x6,lsl #2 // compute matrix A plus 3 rows .endif sub x9,x3,#4 // decrement block count to process tbnz x9,#63,.L\Mode\().ProcessRemaining\Columns\().x\Rows\().Blocks .L\Mode\().Compute\Columns\().x\Rows\().BlockBy4Loop: LoadMatrixAElementsBy4 \Rows\() ldp q4,q5,[x1],#64*4 prfm pldl1keep, [x1,#0] prfm pldl1keep, [x1,#64] prfm pldl1keep, [x1,#128] prfm pldl1keep, [x1,#192] 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxxcmake .. -DCMAKE_BUILD_TYPE=Release -DARM_COMPUTE_OPENMP=1 -DARM_COMPUTE_WERROR=0 -DARM_COMPUTE_BUILD_EXAMPLES=0 -DARM_COMPUTE_BUILD_TESTING=0 -DCMAKE_INSTALL_PREFIX=/opt/acl cmake --build . --parallel 160 2. xxxxcmake .. \ -DCMAKE_BUILD_TYPE=Release \ -Donnxruntime_USE_ACL=1 \ -DARM_COMPUTE_DIR=/opt/acl \ -DCMAKE_INSTALL_PREFIX=/home/path \ -Donnxruntime_BUILD_UNIT_TESTS=OFF 3. xxxxexport PYTHONPATH=/home/path/lib/python3.*/site-packages:$PYTHONPATH export LD_LIBRARY_PATH=/home/path/lib:$LD_LIBRARY_PATH #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) https://drive.google.com/drive/folders/1cw-dEpAdwpuQdEC7WJhITwjrn2Tr-hqd 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)