oneapi-src / level-zero-spec

MIT License
18 stars 27 forks source link

Support to reset GPU frequency to default value #242

Closed sanilkumar0 closed 9 months ago

sanilkumar0 commented 1 year ago

Passing zes_freq_range_t.min = -1 and zes_freq_range_t.max = -1 to set GPU frequency to the default values. No spec change needed, only documentation required to let user knows about this behavior.