This adds basic AMD Device Library support to get the fan and temperature values. The ADL bits will get built out and revised some more as part of #104.
Also regrettably adds a 3rd build tag to prevent a hard dependency on the ADL library.
I renamed deviceInfo() to deviceStats() since it's a bit confusing with cl.CLGetDeviceInfo and getDeviceInfo().
I tested all 3 builds and they behave as expected.
This adds basic AMD Device Library support to get the fan and temperature values. The ADL bits will get built out and revised some more as part of #104.
Also regrettably adds a 3rd build tag to prevent a hard dependency on the ADL library.
I renamed deviceInfo() to deviceStats() since it's a bit confusing with cl.CLGetDeviceInfo and getDeviceInfo().
I tested all 3 builds and they behave as expected.
Closes #62.