Skip to content

Commit 0062f49

Browse files
committed
Fix section names
1 parent 3136b78 commit 0062f49

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

chapter_accelerator/Programming_Methods.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Programming Methods {#Programming Principles for Hardware Accelerators}
1+
# Programming Methods
2+
:label:`Programming Principles for Hardware Accelerators`
23

34
The first two sections of this chapter primarily discuss the
45
significance, ideas, and basic principles behind the design of hardware
@@ -61,7 +62,8 @@ $\bf{C} = \alpha \bf{A}\times \bf{B} + \beta \bf{C}$, where
6162
$\bf{A}\in\mathbb{R}^{M\times K}, \bf{B}\in\mathbb{R}^{K\times N}, \bf{C}\in\mathbb{R}^{M\times N}$,
6263
and $\alpha$ and $\beta$ are parameters provided by users.
6364

64-
### High-level Computation Operators {#sec-accelerator-use-cublas}
65+
### High-level Computation Operators
66+
:label:`sec-accelerator-use-cublas`
6567

6668
Using an operator acceleration library directly is the most
6769
straightforward method. NVIDIA offers two types of operator libraries:

chapter_model_deployment/Conversion_to_Inference_Model_and_Model_Optimization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Conversion to Inference Model and Model Optimization {#sec:ch-deploy/model-optimization}
1+
# Conversion to Inference Model and Model Optimization
2+
:label:`ch-deploy/model-optimization`
23

34
## Model Conversion
45

chapter_model_deployment/Model_Compression.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Model Compression {#sec:ch-deploy/model-compression}
1+
# Model Compression
2+
:label:`ch-deploy/model-compression`
23

34
The previous section briefly described the purpose of model conversion
45
and focused on some common model optimization methods for model

0 commit comments

Comments
 (0)