Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokutotu/cudnn_graph_api_example
cudnn graph api example
https://github.com/bokutotu/cudnn_graph_api_example
cuda cudnn cudnn-v8
Last synced: 27 days ago
JSON representation
cudnn graph api example
- Host: GitHub
- URL: https://github.com/bokutotu/cudnn_graph_api_example
- Owner: bokutotu
- Created: 2024-06-21T17:38:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T18:29:40.000Z (5 months ago)
- Last Synced: 2024-08-09T19:59:12.961Z (5 months ago)
- Topics: cuda, cudnn, cudnn-v8
- Language: C
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDNN GRAPH API EXAMPLE
## build
```bach
mkdir build
cd build
cmake ..
make
```