Doxygen documentation provides a complete list of files, classes, and template concepts defined in the CUTLASS project.A detailed explanation of the source code organization may be found in the CUTLASS documentation, but several main components are summarized below....
The documentation is based on doxygen. To build it:$ cd build $ cmake .. -DENTT_BUILD_DOCS=ON $ make The API reference is created in HTML format in the build/docs/html directory. To navigate it with your favorite browser:$ cd build $ your_favorite_browser docs/html/index.html ...
The documentation is generated with Doxygen if CMake can find that tool. Reporting bugs Bugs are reported to our issue tracker. Please check the contribution guide for information on what to include when reporting a bug. Changelog Added GLFW_PLATFORM init hint for runtime platform selection (#19...