Skip to content

Commit 95314a2

Browse files
luotao1wanglei828
authored andcommitted
fix dead link of mkldnn and others (#10567)
1 parent 283c4db commit 95314a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/fluid/design/motivation/api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ print "The sematic-vector of testA: ", paddle.infer(fA, parameters, testA)
7777

7878
### Example 2. Sharing Parameters between "Models"
7979

80-
We use [GAN](https://github.com/PaddlePaddle/book/tree/develop/gan) in
81-
this example. In the following example program, `d0` and `d1`
80+
We use GAN in this example. In the following example program, `d0` and `d1`
8281
correspond to the two networks in the following figure:
8382

8483
<img src="https://github.com/wangyang59/book/raw/00036f4b0da5225041a6824587c1a01cf20159b1/gan/image/gan_ig.png" width=400 />

doc/fluid/design/multi_devices/operator_kernel_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Different layout leads to different implementation of the operator kernel. There
7575
7676
- The inference of Layout is at run-time, not at compile-time.
7777
78-
- Every operator has to implement different kernels for different layouts. Let's take MKLDNN as an example. If we want to implement an MKLDNN convolution operator, we have to implement all the kernels for different layouts, which are listed [here](http://01org.github.io/mkl-dnn/structmkldnn_1_1memory.html). And we will have a special macro to register kernels for MKLDNN operators.
78+
- Every operator has to implement different kernels for different layouts. Let's take MKLDNN as an example. If we want to implement an MKLDNN convolution operator, we have to implement all the kernels for different layouts, which are listed [here](http://intel.github.io/mkl-dnn/structmkldnn_1_1memory.html). And we will have a special macro to register kernels for MKLDNN operators.
7979
8080
`Layout` is also defined as a enum variable:
8181

0 commit comments

Comments
 (0)