Add disk to the hardware used by both Tpu and Tvu

This commit is contained in:
Greg Fitzgerald 2018-11-07 20:11:03 -07:00
parent 01edc94a4b
commit 0da1c06b15
1 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ consistently complete a load at the rate of the slowest stage in the pipeline.
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
hardware being pipelined is the same, the network input, the GPU cards, the CPU
cores, and the network output. What it does with that hardware is different.
The Tpu exists to create ledger entries whereas the Tvu exists to validate
them.
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
to validate them.