struct device_info
Declaration
struct device_info { /* full declaration omitted */ };
Description
Information about a single device in the local system.
Member Variables
- memory_id native_memory = -1
- Before accessing any memory on a device, instruction_graph_generator will prepare a corresponding allocation on its `native_memory`. Multiple devices can share the same native memory. No attempts at reading from peer or shared memory to elide copies are currently made, but could be in the future.