Giter Site home page Giter Site logo

cement-psaap / harmonize Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 23.46 MB

An execution framework for GPU with the aims of reducing divergence and inter-warp communication for applications requiring complex processing patterns.

License: BSD 3-Clause "New" or "Revised" License

C++ 80.29% Python 19.55% C 0.12% Shell 0.04%

harmonize's People

Contributors

braxtoncuneo avatar jpmorgan98 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jpmorgan98

harmonize's Issues

Packaging

When packaging an open source app there are a few things we need to configure. I am working on this on my fork and have made a draft PR so we can collaborate. I know this is alot but these are all of the things that are best practices, none are required. This will also go along way in getting other folks to be able to make contributions and install seamlessly eventually getting harmonize into a polished piece of deploy-able software! MC/DC implements most of this so for examples, go there. I will add links over the next lil bit

Please feel free to make alterations as you see fit. I will go thru and add links and resources to all these notes in the coming days but I am really excited to be on this dev team and make a contribution to harmonize!

Directory structure

Python functions usually have the structure of
Harmonize/harmonize/paython_package.py
I have done this but not yet edited the tests and examples

Initialization Functions

Here we need to define all the functions a user needs to be aware of. From my cursory look at MC/DC its harmonize.RuntimeSpec. But add any I missed.

MISC Config Files

I have made most of the ones I think are per tenant

  • README.md: description of install, citation, contribution, etc. Think of this as the first documentation broad strokes you want people to know about.
  • pyproject.toml: required for packing where we list all the dependencies
  • CITATION.cff: for auto archiving at version release
  • CODEofCONDUCT: Describing a contribution code of conduct. I put the same one MC/DC uses in there

Other things we should probs do at some point but are by no means urgent

  • Testing: weather in C++ or Python that can be run via command line request. I can provide more examples of how this is done.
  • CI: once we get testing figured out then we can start to do CPU only tests in github actions and configure CI for LLNL GPU stuff which I think I might know how to do.
  • Auto packaging: I can set this up pretty easy once we decide how to do the res
  • Documentation: in the read me is fine for now but we can start building a ReadTheDocs like MC/DC's

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.