https://github.com/fastshift/gpu_test
Embedded GPU automatic testing framework and test cases
https://github.com/fastshift/gpu_test
Last synced: 3 months ago
JSON representation
Embedded GPU automatic testing framework and test cases
- Host: GitHub
- URL: https://github.com/fastshift/gpu_test
- Owner: FASTSHIFT
- License: mit
- Created: 2024-11-13T08:26:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T08:38:36.000Z (4 months ago)
- Last Synced: 2026-01-13T10:55:21.055Z (4 months ago)
- Language: C
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpu_test
Embedded GPU automatic testing framework and test cases
## Clone
```bash
git clone https://github.com/FASTSHIFT/gpu_test.git --recurse-submodules
```
## Build
```bash
mkdir build
cd build
cmake ..
make -j
```
## Run
```bash
./build/gpu_test
```