Giter Site home page Giter Site logo

Comments (6)

9il avatar 9il commented on May 23, 2024

Hi

The only D specific features was used is static if, static foreach, and pragma inline.

Other features is blocking, GLAS blocking is improved version of https://www.cs.utexas.edu/users/pingali/CS378/2008sp/papers/gotoPaper.pdf. LDC LLVM IR allows to make it generic.

If you are interesting to contribute or write an article we can chat in more details

from mir-glas.

dataPulverizer avatar dataPulverizer commented on May 23, 2024

Thanks for the paper, I shall read it today! I would be happy to begin by writing an article on the implementation details of gemm with you. I will start with me asking lots of questions! The best way might be for me to make some commented questions on a forked copy of the glas library and you can write your answers there. Once I have a good idea of how the code works for instance how it uses llvm to improve performance, how it does pre-fetching, and cpu specific targeting and the role D's template/library tools play in composing all these together, I would be happy to write the article with you.

from mir-glas.

9il avatar 9il commented on May 23, 2024

Looks good

from mir-glas.

dataPulverizer avatar dataPulverizer commented on May 23, 2024

I have started looking at the code in your glas library and decided to start with a small module with fewest dependencies to begin to understand the library. I have forked the library and made some comment questions on the glas.ndslice.d module:

https://github.com/dataPulverizer/mir-glas-comments/commit/20ef2b8a0d3fd621d2844103fc42081c61b71851

I await your comments. Cheers

from mir-glas.

RoyiAvital avatar RoyiAvital commented on May 23, 2024

Is MIR Multi Threaded (Like Eigen) or only Single Thread?

from mir-glas.

9il avatar 9il commented on May 23, 2024
  1. Mir GLAS is single thread and experimental.
  2. For other mir parts can be easily parallelised with https://dlang.org/phobos/std_parallelism.html as well as with some more efforts with C's alternatives

from mir-glas.

Related Issues (10)

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.