1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
\begin{thebibliography}{1}
\ifx \showCODEN \undefined \def \showCODEN #1{CODEN #1} \fi
\ifx \showISBN \undefined \def \showISBN #1{ISBN #1} \fi
\ifx \showISSN \undefined \def \showISSN #1{ISSN #1} \fi
\ifx \showLCCN \undefined \def \showLCCN #1{LCCN #1} \fi
\ifx \showPRICE \undefined \def \showPRICE #1{#1} \fi
\ifx \showURL \undefined \def \showURL {URL } \fi
\ifx \path \undefined \input path.sty \fi
\ifx \ifshowURL \undefined
\newif \ifshowURL
\showURLtrue
\fi
\bibitem{DBLP:journals/computer/AthavaleBBMMPS24}
Jyotika Athavale, Cullen~E. Bash, Wesley Brewer, Matthias Maiterth, Dejan~S. Milojicic, Harry Petty, and Soumyendu Sarkar.
\newblock Digital twins for data centers.
\newblock {\em Computer}, 57\penalty0 (10):\penalty0 151--158, 2024.
\newblock \ifshowURL {\showURL \path|https://doi.org/10.1109/MC.2024.3436945|}\fi.
\bibitem{DBLP:image/48Microprocessor/Rupp}
M.~Horowitz, F.~Labonte, O.~Shacham, K.~Olukotun, L.~Hammond, and C.~Batten.
\newblock 48 years of microprocessor trend data, 2019.
\newblock \ifshowURL {\showURL \path|https://github.com/karlrupp/microprocessor-trend-data|}\fi.
\bibitem{DBLP:conf/date/MilojicicFDR21}
Dejan~S. Milojicic, Paolo Faraboschi, Nicolas Dub{\'{e}}, and Duncan Roweth.
\newblock Future of {HPC:} diversifying heterogeneity.
\newblock In {\em Design, Automation {\&} Test in Europe Conference {\&} Exhibition, {DATE} 2021, Grenoble, France, February 1-5, 2021}, pages 276--281. {IEEE}, 2021.
\newblock \ifshowURL {\showURL \path|https://doi.org/10.23919/DATE51398.2021.9474063|}\fi.
\end{thebibliography}
|