master-thesis/thesis/chapters/relwork.tex

19 lines
905 B
TeX
Raw Normal View History

2025-01-04 10:38:27 +01:00
\chapter{Fundamentals and Related Work}
\label{cha:relwork}
\section{Equation learning}
Section describing what equation learning is and why it is relevant for the thesis
\section[GPGPU]{General Purpose Computation on Graphics Processing Units}
Describe what GPGPU is and how it differs from classical programming. talk about architecture (SIMD) and some scientific papers on how they use GPUs to accelerate tasks
\subsection[PTX]{Parallel Thread Execution}
Describe what PTX is to get a common ground for the implementation chapter. Probably a short section
\section{GPU Interpretation}
Different sources on how to do interpretation on the gpu (and maybe interpretation in general too?)
\section{Transpiler}
talk about what transpilers are and how to implement them. If possible also gpu specific transpilation. Also talk about compilation and register management. and probably find a better title