Skip to content

Commit b841683

Browse files
committed
Fix
1 parent 98d5956 commit b841683

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

paddle/fluid/inference/api/paddle_analysis_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,6 @@ struct PD_INFER_DECL AnalysisConfig {
880880
///
881881
/// \brief Set the cache capacity of different input shapes for OneDNN.
882882
/// Default value 0 means not caching any shape.
883-
/// Please see MKL-DNN Data Caching Design Document:
884-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
885883
///
886884
/// \param capacity The cache capacity.
887885
///
@@ -909,8 +907,6 @@ struct PD_INFER_DECL AnalysisConfig {
909907
///
910908
/// \brief Set the cache capacity of different input shapes for OneDNN.
911909
/// Default value 0 means not caching any shape.
912-
/// Please see MKL-DNN Data Caching Design Document:
913-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
914910
///
915911
/// \param capacity The cache capacity.
916912
///

paddle/fluid/inference/capi_exp/pd_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigEnableONEDNN(
516516
///
517517
/// \brief Set the cache capacity of different input shapes for OneDNN.
518518
/// Default value 0 means not caching any shape.
519-
/// Please see MKL-DNN Data Caching Design Document:
520-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
521519
///
522520
/// \param[in] pd_config config
523521
/// \param[in] capacity The cache capacity.
@@ -527,8 +525,6 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigSetMkldnnCacheCapacity(
527525
///
528526
/// \brief Set the cache capacity of different input shapes for OneDNN.
529527
/// Default value 0 means not caching any shape.
530-
/// Please see MKL-DNN Data Caching Design Document:
531-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
532528
///
533529
/// \param[in] pd_config config
534530
/// \param[in] capacity The cache capacity.

paddle/fluid/inference/goapi/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,6 @@ func (config *Config) EnableONEDNN() {
525525
///
526526
/// \brief Set the cache capacity of different input shapes for OneDNN.
527527
/// Default value 0 means not caching any shape.
528-
/// Please see MKL-DNN Data Caching Design Document:
529-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
530528
///
531529
/// \param capacity The cache capacity.
532530
///

0 commit comments

Comments
 (0)