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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T18:29:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T23:07:16.474Z (about 1 year ago)
- Topics: cuda, cudnn, cudnn-v8
- Language: C
- Homepage:
- Size: 1.24 MB
- Stars: 1
- 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
```