GithubHelp home page GithubHelp logo

morpheus-org / morpheus-oracle Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 10.59 MB

Auto-tuners for automatic sparse matrix format selection.

License: Apache License 2.0

CMake 15.83% C++ 58.14% Shell 26.03%

morpheus-oracle's People

Contributors

cstyl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

morpheus-oracle's Issues

Adjust `RunFirstTuner` and `TuneMultiply` for when conversion fails

It is possible when converting to formats like DIA that the conversion will be unsuccessful. At that point the tuner in TuneMultiply should be assigned with timings in a way that they will be discarded later on (std::numeric_limits<double>::max()??).

In addition, the RunFirstTuner should be able to discard formats like that from the best format selection process.

Update Documentation

  • Update README.md with the project description and purpose.
  • Add BUILD.md and provide build instructions and flags.

Add vector containers in `TuneMultiply` Interface

The high level interface at:

template <typename ExecSpace, typename DynamicMatrix, typename Tuner>
void tune_multiply(DynamicMatrix& mat, Tuner& tuner) {

does not include the vectors used in the multiply operation and we are allocating those under the hood as dense vectors. Need to change the interface to something like:

template <typename ExecSpace, typename DynamicMatrix, typename Vector, typename Tuner>
void tune_multiply(DynamicMatrix& mat, const Vector& x, const Vector& y, Tuner& tuner)

The benefits from doing so are two-fold:

  1. Avoid possible interface duplications in the case the multiply is either between matrices or other sparse vectors
  2. Avoid the allocation of memory under-the-hood

Load trees as binary files

  • Change IO routines such that the trees loaded in DecisionTreeTuner and RandomForestTuner are binary files
  • Random forest configuration is loaded from a single file instead from a directory

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.