Skip to content

MonashDeepNeuron/HPP

Repository files navigation

High Performance Programming

This repository contains the source code for "High Performance Programming" Book. All examples, slides and content are also found in this repository. This book is available online or can be built locally and served in your browser.

Building

To build this book you need mdBook a tool for creating books with Markdown. mdBook can be installed using Cargo - Rust's package manager.

$ cargo install mdbook

You can build this book you must clone this repository using Git. You can then build it and even serve it to localhost to view in your browser. The serve command will produce a localhost you can view.

$ git clone https://github.com/MonashDeepNeuron/HPP.git
$ cd HPP

# Build ...
$ mdbook build

# ... or serve build and serve locally
$ mdbook serve --open

Contributors

  • Tyler Swann
  • Nikhil Kannachel

Code of Conduct, License & Contributing

Refer to the Code of Conduct and the License for this repository for the expected behavior of contributors and users of the repository. If you have any concerns, open a discussion or contact the appropriate members of Monash DeepNeuron. If you wish to contribute, follow the contributing guide.