dmccloskey / EvoNet

MIT License
2 stars 0 forks source link

Global thread management #40

Open dmccloskey opened 6 years ago

dmccloskey commented 6 years ago

Description

A method to management or optimize the number of devices and streams (GPUs) and threads (CPU) used based on user specifications and hardware configuration. The method should use a generic device abstraction to allow for multiple types of devices and new devices that may become available in the future.

Details

HardwareManager Objectives

DeviceManager Objectives

Other changes