Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bokutotu/cudnn_frontend_wrapper


https://github.com/bokutotu/cudnn_frontend_wrapper

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

cudnn 9以上が必要っぽい

# build
```bash
mkdir build
cd build
cmake ..
cmake --build . -j32
```

# debug
```bash
cmake -DCMAKE_BUILD_TYPE=Debug ..
```