Correct RTC frequencies for profiling purpose

This commit is contained in:
Wenkai Du
2019-11-05 11:36:45 -08:00
parent 669f1951a4
commit 8995047830
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -49,11 +49,11 @@ THE SOFTWARE.
#define FBLU(x) KBLU x RST
#define BOLD(x) "\x1B[1m" x RST
#define RTC_CLOCK_FREQ_VEGA20 2.7E07
#define RTC_CLOCK_FREQ_VEGA20 2.5E07
//Right now kept the MI100 RTC frequency same as Vega20
//as we are not aware of MI100 frequency, once we we come to know about it
//we will update it.
#define RTC_CLOCK_FREQ_MI100 2.7E07
#define RTC_CLOCK_FREQ_MI100 2.5E07
#define RTC_CLOCK_FREQ_DEFAULT 2.7E07
struct transfer_data_t {