Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokutotu/cudnn_frontend_wrapper
https://github.com/bokutotu/cudnn_frontend_wrapper
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokutotu/cudnn_frontend_wrapper
- Owner: bokutotu
- Created: 2024-08-05T13:52:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T08:33:29.000Z (26 days ago)
- Last Synced: 2024-12-08T09:22:54.006Z (26 days ago)
- Language: C++
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ..
```