# opencl-project **Repository Path**: zyly2033/opencl-project ## Basic Information - **Project Name**: opencl-project - **Description**: 基于RK3588的OpenCL测试程序 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2024-02-19 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: OpenCL, RK3588 ## README Git 全局设置: ``` git config --global user.name "gitee用户名" git config --global user.email "邮箱" ``` 创建 git 仓库: ``` git init git add . git commit -m "基于RK3588的OpenCL测试程序" git remote add origin https://gitee.com/zyly2033/opencl-project.git git push -u origin "master" ``` 使用vscode提交代码 Source Control -> 点击提交commit按钮下拉选择提交