"docs/source/en/api/pipelines/ddpm.md" did not exist on "856dad57bb7a9ee13af4a08492e524b0a145a2c5"
Commit 8a060395 authored by Adam Osewski's avatar Adam Osewski
Browse files

Change comment style.

parent ac76519a
...@@ -8,12 +8,12 @@ namespace ck { ...@@ -8,12 +8,12 @@ namespace ck {
namespace tensor_operation { namespace tensor_operation {
namespace device { namespace device {
/** ///
* @brief Structure representing single GEMM problem arguments. /// @brief Structure representing single GEMM problem arguments.
* ///
* The pointer to the vector of those structures is passed /// The pointer to the vector of those structures is passed
* to the GroupedGEMM entry point kernel. /// to the GroupedGEMM entry point kernel.
*/ ///
struct GroupedGemmKernelArguments struct GroupedGemmKernelArguments
{ {
__host__ __device__ GroupedGemmKernelArguments(const void* p_a_grid_, __host__ __device__ GroupedGemmKernelArguments(const void* p_a_grid_,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment