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 toDetailed documentation link
Dispatch work to a single device in given batch sizes.
batch_size
Batch sizecapacity
Maximum number of work items that can be dispatched, default to batch_sizedevice
Torch device to run onDetailed 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 deviceDetailed documentation link