This repository contains the source files for my end-of-studies internship report/master's thesis at CEA (French Commission for Alternative Energies and Atomic Energy), as part of my M.Sc. in High Performance Computing and Simulation at Paris-Saclay University.
This project is written in Typst and thus requires you have it installed on your machine (see Typst's documentation on the installation procedure depending on your system).
If you cannot install Typst on your computer, the report is also available on the Typst web app at the following link: Rust and GPU programming
To build the PDF, you can either use the provided justfile
(if you have just installed):
just build
or building it manually using Typst:
typst compile src/main.typ --root . <OUTPUT_PDF_NAME>
The justfile
also provides some more functionnalities like automatically compiling and opening the PDF, generating a tarball, etc... To see all the available recipes, simply type:
just
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0);
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
The SPDX license identifier for this project is MIT OR Apache-2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.