|
NEML2 2.0.0
|
Ctrl+F or Cmd+F to search the entire page.Refer to System Documentation for detailed explanation about this system.
Dispatch work to a single device selected based on processor ID in given batch sizes.
batch_sizes List of batch sizes for each devicecapacities List of capacities for each device, default to batch_sizesdevices List of devices to dispatch work totrace_file The file to write the trace to. If not set, tracing will be disabled.Detailed documentation link
Dispatch work to a single device in given batch sizes.
batch_size Number of batches to dispatch at oncecapacity Maximum number of batches that can be dispatched simultaneously, default to batch_sizedevice Torch device to run ontrace_file The file to write the trace to. If not set, tracing will be disabled.Detailed documentation link
Dispatch work to multiple devices based on provided batch sizes and priorities.
batch_sizes List of batch sizes for each devicecapacities List of capacities for each device, default to batch_sizesdevices List of devices to dispatch work topriorities List of priorities for each devicetrace_file The file to write the trace to. If not set, tracing will be disabled.Detailed documentation link