Caesar AI Atlas

Host (Хост)

Caesar AI Atlas Definition

Host — часть системы обучения или инференса машинного обучения, которая управляет общим ходом программы и обработкой входов при использовании ускорителей, таких как GPU или TPU. Хост обычно работает на CPU, тогда как устройства-ускорители выполняют тензорные вычисления.

Other Definitions

Host (Хост) Source

When training an ML model on accelerator chips (GPUs or TPUs), the part of the system that controls both of the following: - The overall flow of the code. - The extraction and transformation of the input pipeline. The host typically runs on a CPU, not on an accelerator chip; the device manipulates tensors on the accelerator chips.

Related Terms