blob: d451df29b9201fe52b9d3b4ca961a2e4cfd600d9 [file] [log] [blame]
namespace iree;
// Specifies two or more devices that must have certain sharing properties.
// This is used by the runtime to, for example, ensure that devices which are
// selected can reference each other's memory, have certain performance
// characteristics, etc.
table DeviceGroupDef {
// TODO(benvanik): define device groups.
}