From 1628a652df72f761402344942b1697ee0d0dc9e1 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Fri, 11 Feb 2022 10:42:56 +0100 Subject: [PATCH] add thesis links --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 647241a..dbc17fd 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,31 @@ $ meson .. -Dfuthark-backend=[opencl|cuda|c|multicore] $ ninja ``` +## Citing + +This repository contains the source code from the following Master Thesis projects: +* Robin Voetter, "Parallel Lexing, Parsing and Semantic Analysis on the GPU", 2021, https://theses.liacs.nl/2052 +* Marcel Huijben, "Parallel Code Generation on the GPU", 2021, https://theses.liacs.nl/2053 + +If you use any of the material provided in the repository, please cite the above. + +``` +@mastersthesis{voetter2021, + author = {Robin Voetter}, + title = {Parallel Lexing, Parsing and Semantic Analysis on the GPU}, + school = {Leiden University}, + year = {2021}, +} +``` +``` +@mastersthesis{huijben2021, + author = {Marcel Huijben}, + title = {Parallel Code Generation on the GPU}, + school = {Leiden University}, + year = {2021}, +} +``` + ## Troubleshooting ### OpenCL on AMD GPUs under Linux