Skip to content

Master's thesis on Rust and GPU programming at CEA/Paris-Saclay University

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dssgabriel/master-thesis

Repository files navigation

Master's thesis - Rust and GPU programming

About

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

Building

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>

justfile features

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

Licenses

Licensed under either of:

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.

About

Master's thesis on Rust and GPU programming at CEA/Paris-Saclay University

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks