File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 // /
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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///
You can’t perform that action at this time.
0 commit comments