summaryrefslogtreecommitdiff
path: root/report/report.tex
blob: 95703b956c7501b2df5beea25ff253add79885ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}

\usepackage[margin=1in]{geometry}
\usepackage{parskip}

\usepackage{xcolor}
\usepackage{graphicx}


\title{High-Performance Matrix-Matrix Multiplication}
\author{Connor Moore, 100826701}

\begin{document}
\maketitle

\section{Introduction}

This is the introduction!


\end{document}