Skip to content

Commit 44e9281

Browse files
authored
caching links update [fluid_ops] (PaddlePaddle#74356)
1 parent 388eaa7 commit 44e9281

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

paddle/fluid/inference/api/paddle_analysis_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ struct PD_INFER_DECL AnalysisConfig {
881881
/// \brief Set the cache capacity of different input shapes for OneDNN.
882882
/// Default value 0 means not caching any shape.
883883
/// Please see MKL-DNN Data Caching Design Document:
884-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
884+
/// https://github.com/PaddlePaddle/docs/blob/develop/docs/design/mkldnn/caching/caching.md
885885
///
886886
/// \param capacity The cache capacity.
887887
///
@@ -910,7 +910,7 @@ struct PD_INFER_DECL AnalysisConfig {
910910
/// \brief Set the cache capacity of different input shapes for OneDNN.
911911
/// Default value 0 means not caching any shape.
912912
/// Please see MKL-DNN Data Caching Design Document:
913-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
913+
/// https://github.com/PaddlePaddle/docs/blob/develop/docs/design/mkldnn/caching/caching.md
914914
///
915915
/// \param capacity The cache capacity.
916916
///

paddle/fluid/inference/capi_exp/pd_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigEnableONEDNN(
517517
/// \brief Set the cache capacity of different input shapes for OneDNN.
518518
/// Default value 0 means not caching any shape.
519519
/// Please see MKL-DNN Data Caching Design Document:
520-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
520+
/// https://github.com/PaddlePaddle/docs/blob/develop/docs/design/mkldnn/caching/caching.md
521521
///
522522
/// \param[in] pd_config config
523523
/// \param[in] capacity The cache capacity.
@@ -528,7 +528,7 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigSetMkldnnCacheCapacity(
528528
/// \brief Set the cache capacity of different input shapes for OneDNN.
529529
/// Default value 0 means not caching any shape.
530530
/// Please see MKL-DNN Data Caching Design Document:
531-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
531+
/// https://github.com/PaddlePaddle/docs/blob/develop/docs/design/mkldnn/caching/caching.md
532532
///
533533
/// \param[in] pd_config config
534534
/// \param[in] capacity The cache capacity.

paddle/fluid/inference/goapi/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ func (config *Config) EnableONEDNN() {
526526
/// \brief Set the cache capacity of different input shapes for OneDNN.
527527
/// Default value 0 means not caching any shape.
528528
/// Please see MKL-DNN Data Caching Design Document:
529-
/// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
529+
/// https://github.com/PaddlePaddle/docs/blob/develop/docs/design/mkldnn/caching/caching.md
530530
///
531531
/// \param capacity The cache capacity.
532532
///

0 commit comments

Comments
 (0)