Git Product home page Git Product logo

m-flash-cpp's People

Contributors

hagc2812 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

m-flash-cpp's Issues

Pagerank results changes between iterations odd and even

For pagerank iteration process, M-flash uses an additional vector "next" (same directory that destination vector) to store the result for the next iteration. When number of iterations is odd, final results are stored on "next" file rather "pg" file.

execthreads

Changing execthreads doesn't seem to enable more threads to be used. The code seems to remain single threaded for me.

How many threads were used to get the timings in the ECML paper?

Installation Issue

Hi,

While trying to do make commands like make example_apps/pagerank , I am getting this error

In file included from example_apps/../src/mflash_basic_includes.hpp:22,
from example_apps/lancsosso.cpp:8:
example_apps/../src/core/matrix.hpp: In member function ‘void mflash::Matrix<E, IdType>::operate(MALGORITHM&, mflash::Vector<VSource, IdType>, mflash::Vector<VDestination, IdType>)’:
example_apps/../src/core/matrix.hpp:262:25: error: expected primary-expression before ‘,’ token
262 | worker->operate<VSource, VDestination>(algorithm);
| ^
example_apps/../src/core/matrix.hpp:262:39: error: expected primary-expression before ‘>’ token
262 | worker->operate<VSource, VDestination>(algorithm);

Can anyone help me regarding this?

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.