diff --git a/publications.md b/publications.md index 9f7510d..39f41ba 100644 --- a/publications.md +++ b/publications.md @@ -141,6 +141,14 @@ to build or show something. BSc thesis, DIKU, August 2024 ([pdf](student-projects/marcus-bsc-thesis.pdf)) +- Anders L. Holst: **Optimizing Tensor Contractions for GPU + Execution in Futhark**, MSc thesis, DIKU, June 2024 + ([pdf](student-projects/anders-tensors-msc-thesis.pdf)) + +- Thorbjørn Bülow Bringgaard: **Efficient Big Integer + Arithmetic Using GPGPU**, MSc thesis, DIKU, June 2024 + ([pdf](student-projects/thorbjorn-bigint-msc-thesis.pdf)) + - Sebastian Paarmann: **A WebGPU backend for Futhark**, MSc thesis, DIKU, June 2024 ([pdf](student-projects/sebastian-msc-thesis.pdf)) @@ -148,9 +156,13 @@ to build or show something. Trees and Range Trees**, BSc thesis, DIKU, June 2024 ([pdf](student-projects/victor-bsc-thesis.pdf)) -- Christian Påbøl and Anders Holst: **Two optimizations to GPU code generation in the Futhark compiler**, MSc project, DIKU, February 2024 ([pdf](student-projects/christian-anders-scan-reduce-msc-project.pdf)) +- Christian Påbøl and Anders Holst: **Two optimizations to GPU code + generation in the Futhark compiler**, MSc project, DIKU, February 2024 + ([pdf](student-projects/christian-anders-scan-reduce-msc-project.pdf)) -- Christian Marslev and Jonas Grønborg: **Efficient Sequentialization of Parallelism**, MSc thesis, DIKU, February 2024 ([pdf](student-projects/jonas-christian-effseq-msc-thesis.pdf)) +- Christian Marslev and Jonas Grønborg: **Efficient Sequentialization + of Parallelism**, MSc thesis, DIKU, February 2024 + ([pdf](student-projects/jonas-christian-effseq-msc-thesis.pdf)) - Bjarke Pedersen, Oscar Nelin: **General Array Locality Optimization by Permutation (GALOP)**, MSc thesis, DIKU, January 2024 diff --git a/student-projects/anders-tensors-msc-thesis.pdf b/student-projects/anders-tensors-msc-thesis.pdf new file mode 100644 index 0000000..4e3c494 Binary files /dev/null and b/student-projects/anders-tensors-msc-thesis.pdf differ diff --git a/student-projects/thorbjorn-bigint-msc-thesis.pdf b/student-projects/thorbjorn-bigint-msc-thesis.pdf new file mode 100644 index 0000000..e7f8827 Binary files /dev/null and b/student-projects/thorbjorn-bigint-msc-thesis.pdf differ