As a user, I would like to specify the available hardware resources that are available for the transactionManager. Resources include CPU count and GPU count.
Objectives
[ ] implement a resourceManager class that tracks the CPU and GPU resources
[ ] update the TransactionManager interface to use a ResourceManager instead of a DeviceT
Description
As a user, I would like to specify the available hardware resources that are available for the transactionManager. Resources include CPU count and GPU count.
Objectives
Validation