An open API service indexing awesome lists of open source software.

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

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
```