furiosa-ai / device-api

APIs that offers NPU devices' information and allow to control the devices
Apache License 2.0
5 stars 8 forks source link

DeviceConfig's FromStr and Display should be symmetric #48

Closed hyunsik closed 2 years ago

hyunsik commented 2 years ago

I'm wondering if the results of DeviceConfig's FromStr and Display are symmetric. If its symmetricity is guaranteed, transforming a string to a DeviceConfig and vice versa would be much convenient.