paper-KeepItSimple/main.tex

140 lines
3.5 KiB
TeX

\documentclass[acmlarge, anonymous, review]{acmart}
\usepackage{todonotes}
\usepackage{subcaption}
\usepackage{xspace}
%\usepackage{multirow}
\usepackage{algorithm}
\usepackage{algpseudocode}
\newcommand{\feedback}[1]{[[\textcolor{blue}{#1}]]}
\newcommand{\bfcaption}[1]{\caption{\bf #1}}
\newcommand{\trimfigurespacing}{\vspace*{-4mm}}
\newcommand{\systemname}{\textsc{KeepItSimple}\xspace}
\newcommand{\XXXnote}[1]{\textcolor{red}{\bfseries XXX: #1}}
\newcommand{\tinysection}[1]{\smallskip \noindent \textbf{#1.}~}
%\newcommand{\keepitsimple}{\systemname}
%\newcommand{\todo}[1]{[[]\textcolor{red}{#1}]}
\newcommand{\fixme}[1]{[[\textcolor{green}{#1}]]}
\newcommand{\optspeed}{70\%}
\newcommand{\facebook}{Facebook\xspace}
\newcommand{\schedutil}{\texttt{schedutil}\xspace}
\newcommand{\fenergy}{$\textit{f}_{pow}$ }
\newcommand{\fperf}{$\textit{f}_{max}$ }
\newcommand{\fmemory}{$\textit{f}_{mem}$ }
\newcommand{\memory}{cache bound } % memory access
\newcommand{\Memory}{Cache bound }
\setcopyright{acmcopyright}
\copyrightyear{2023}
\acmYear{2023}
\acmDOI{XXXXXXX.XXXXXXX}
\acmJournal{IMWUT}
\begin{document}
\title{Keep It Simple Governor}
\author{Carl Nuessle}
\affiliation{%
\institution{SUNY Buffalo}
\email{carlnues@buffalo.edu}
}
\author{Lukasz Ziarek}
\affiliation{%
\institution{SUNY Buffalo}
\email{lziarek@buffalo.edu}
}
\author{Oliver Kennedy}
\affiliation{%
\institution{SUNY Buffalo}
\email{okennedy@buffalo.edu}
}
\renewcommand{\shortauthors}{Nuessle et al.}
%%
%% The code below is generated by the tool at http://dl.acm.org/ccs.cfm.
%% Please copy and paste the code instead of the example below.
%%
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Computer systems organization~Embedded systems}
\ccsdesc[300]{Computer systems organization~Redundancy}
\ccsdesc{Computer systems organization~Robotics}
\ccsdesc[100]{Networks~Network reliability}
%\keywords{datasets, neural networks, gaze detection, text tagging}
\begin{abstract}
\input{sections/abstract.tex}
\end{abstract}
\maketitle
\section{Governor Background}
\label{sec:introduction}
\input{sections/introduction.tex}
\section{Dynamic Reactive Governors}
\label{sec:dynamic}
\input{sections/dynamic.tex}
%\section{Parameters Governors Are Currently Ignoring}
%\label{sec:workloads}
%\input{sections/workloads.tex}
\section{The \systemname Governor}
\label{sec:design}
\input{sections/design.tex}
\section{Evaluation}
\label{sec:evaluation}
\input{sections/evaluation.tex}
\section{Related Work}
\label{sec:related}
\input{sections/related.tex}
\section{Conclusions}
\label{sec:conclusions}
\input{sections/conclusion.tex}
%\section{Notes}
%\label{sec:notes}
%\input{sections/notes.tex}
%\begin{acks}
%\end{acks}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bibliography}
\end{document}
\endinput