mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
Generate output using Doxygen / Breathe (#598)
* Modify Doxygen config to pick up include directories recursively * Add DeviceMem struct to API Reference guide * Add classes that are used in Flash Attention kernel * Add a reference and config for generating bibliography Co-authored-by: Philip Maybank <Philip.Maybank@amd.com>
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
namespace ck {
|
||||
|
||||
/**
|
||||
* @brief Gridwise gemm + softmax + gemm fusion
|
||||
*
|
||||
*/
|
||||
template <typename FloatAB,
|
||||
typename FloatGemmAcc,
|
||||
typename FloatCShuffle,
|
||||
|
||||
Reference in New Issue
Block a user