> + > +/* Stores entire ASIC features by sets */ > +uint32_t adapter_feature_set[FEATURE_MAXIMUM/32];
Is this global, what about multiple GPUs in one machine, is this per GPU or per system? Dave.
> + > +/* Stores entire ASIC features by sets */ > +uint32_t adapter_feature_set[FEATURE_MAXIMUM/32];
Is this global, what about multiple GPUs in one machine, is this per GPU or per system? Dave.