Installing the cuDNN C++ Frontend#
The C++ frontend is a header-only library. To include the entire library, include the cudnn_frontend
header file include/cudnn_frontend.h
into your compilation unit.
The root CMakeLists.txt
file can be used as a reference to include the cudnn_frontend
header file in your project’s build system.