Capitalize acronyms in book

This commit is contained in:
Greg Fitzgerald 2018-12-12 12:15:18 -07:00
parent 38c72070fb
commit ad8b095677
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ consistently complete a load at the rate of the slowest stage in the pipeline.
## Pipelining in the Fullnode ## Pipelining in the Fullnode
The fullnode contains two pipelined processes, one used in leader mode called The fullnode contains two pipelined processes, one used in leader mode called
the Tpu and one used in validator mode called the Tvu. In both cases, the the TPU and one used in validator mode called the TVU. In both cases, the
hardware being pipelined is the same, the network input, the GPU cards, the CPU hardware being pipelined is the same, the network input, the GPU cards, the CPU
cores, writes to disk, and the network output. What it does with that hardware cores, writes to disk, and the network output. What it does with that hardware
is different. The Tpu exists to create ledger entries whereas the Tvu exists is different. The TPU exists to create ledger entries whereas the TVU exists
to validate them. to validate them.