Giter Club home page Giter Club logo

neon's Introduction

Neon logo

For information about the GPU LBM Grid Refinement work (IPDPS 2024), go to this README

Neon is a research framework for programming multi-device systems maintained by Autodesk Research. Neon's goal is to automatically transform user sequential code into, for example, a scalable multi-GPU execution.

To reach its goal, Neon takes a domain-specific approach based on the parallel skeleton philosophy (a.k.a parallel patterns). Neon provides a set of domain-specific and programmable patterns that users compose through a sequential programming model to author their applications. Then, thanks to the knowledge of the domain, the patterns and their composition, Neon automatically optimizes the sequential code into an execution optimized for multi-device systems.

Currently, Neon targets grid-based computations on multi-core CPUs or single node multi-GPU systems.

It is important to keep in mind that Neon is a research project in continuous evolution. So, while we have successfully tested the system with different applications (Finite Difference, Finite Element, Lattice Boltzmann Method), Neon interfaces may change between versions to introduce new capabilities.

Quick Start

Neon code is hosted on a GitHub repository. To clone the repo, use the command:

git clone https://github.com/Autodesk/Neon

Once cloned, you can compile Neon like any other CMake project. A C++ compiler (with C++17 standard support) and a CUDA (version 11 or later) must be present already installed on the system. You can use the following commands to compile with a default configuration:

mkdir build
cd build
cmake ../

Depending on the system, this will generate either a .sln project on Windows or a make file for a Linux system.

User Documentation

A description of the system and its capabilities can be found in our paper link.

We use mkdocs to organize Neon documentation which is available online via GitHub Pages (https://autodesk.github.io/Neon/). The documentation includes a tutorial, application and benchmark sessions.

Communicate With Us

We are working to define the best way to communicate with us. Please stay tuned.

Contributions From the Community

The Neon team welcome and greatly appreciate contributions from the community. The document CONTRIBUTING.md goes more into the details on the process we follow.

As a community, we have a responsibility to create a respectful and inclusive environment, so we kindly ask any member and contributor to respect and follow Neon's Code of Conduct

Authors and Maintainers

Please check out the CONTRIBUTORS.md, to see the full list of contributors to the project.

The current maintainers of project Neon are:

  • Massimiliano Meneghin (Autodesk Research)
  • Ahmed Mahmoud (Autodesk Research)

License

Neon is licenced under the Apache License, Version 2.0. For more information please check out our licence file (LICENSE.txt)

How to cite Neon

@INPROCEEDINGS{Meneghin:2022:NAM,
  author = {Meneghin, Massimiliano and Mahmoud, Ahmed H. and Jayaraman, Pradeep Kumar and Morris, Nigel J. W.},
  booktitle = {Proceedings of the 36th IEEE International Parallel and Distributed Processing Symposium},
  title = {Neon: A Multi-GPU Programming Model for Grid-based Computations},
  year = {2022},
  month = {june},
  pages = {817--827},
  doi = {10.1109/IPDPS53621.2022.00084},
  url = {https://escholarship.org/uc/item/9fz7k633}
}

neon's People

Contributors

ahdhn avatar massimim avatar mehdiataei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neon's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.