reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
213 stars 100 forks source link

Add a `model` field in `DeviceInfo` #3136

Closed vkarak closed 4 months ago

vkarak commented 4 months ago

Currently, the arch and type are not enough: type is meant to be a generic string, such as gpu, arch could be something like sm_90 and model could a be a more precise information on the model, as we do with the CPUs.