-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation
JHogenboom edited this page Sep 4, 2024
·
4 revisions
The central part is responsible for the orchestration and aggregation of the algorithm.
The central function sends the subtask that is executed on the nodes and returns the nodes' GPU information.
Partials are the computations that are executed on each node. The partials have access to the data that is stored on the node. The partials are executed in parallel on each node.
The partial function retrieves GPU accessibility details for PyTorch through the helper function.
This function checks if PyTorch is accessible on the GPU. If a GPU is available it returns the GPU device name(s), memory, cores, and compute capability.