Skip to content

AllenConfig: better support for 2-GPUs and 1-GPU architectures

Tommaso Colombo requested to merge tcolombo-allen_2_gpus into master

Before this change, all Allen instances on a machine would connect to all available input buffers. When only one Allen instance is running, this is the desired behavior. When 2 (or more) instances are running, however, each instance should connect to a single input buffer.

Merge request reports