Skip to content

Commit

Permalink
fix: close pad_constant Doxygen group
Browse files Browse the repository at this point in the history
  • Loading branch information
o2buzzle committed Apr 16, 2024
1 parent 85fbed9 commit 99a9a43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/miopen/miopen.h
Original file line number Diff line number Diff line change
Expand Up @@ -6585,7 +6585,7 @@ MIOPEN_EXPORT miopenStatus_t miopenBackendInitialize(miopenBackendDescriptor_t d

#ifdef MIOPEN_BETA_API

/*! Pad Constant API
/*! Pad Constant API
* @addtogroup pad_constant
* @brief Pads the input tensor boundaries with a constant value.
*
Expand All @@ -6607,7 +6607,8 @@ MIOPEN_EXPORT miopenStatus_t miopenPadConstantFwd(miopenHandle_t handle,
void* y,
const size_t* padding,
float value);

/** @} */
// CLOSEOUT pad_constant DOXYGEN GROUP
#endif // MIOPEN_BETA_API

#ifdef __cplusplus
Expand Down

0 comments on commit 99a9a43

Please sign in to comment.