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: about 2 months ago
JSON representation

cudnn graph api example

Awesome Lists containing this project

README

          

# CUDNN GRAPH API EXAMPLE

## build
```bach
mkdir build
cd build
cmake ..
make
```