update readme

This commit is contained in:
maguoqun 2024-10-08 11:27:14 +08:00
parent 6a963cf50f
commit f3f37178dc

View file

@ -1,4 +1,4 @@
# openGL Demo
# openCL Demo
## 1.简介
@ -15,7 +15,7 @@ git clone https://gitee.com/bianbu-linux/k1x-gpu-test.git
### 2.2进到源码目录使用cmake进行编译
```bash
cd k1x-gpu-test/openGLDemo
cd k1x-gpu-test/openCLDemo
cmake .
make -j
```