Giter Site home page Giter Site logo

Comments (3)

gnuvince avatar gnuvince commented on August 19, 2024

For MatJuice, we had a nice split of the few MATLAB benchmarks we had converted where we had the driver function in one file and the "work" function in another. That allowed me to compile the core computation without having to worry about all the extra MATLAB builtins used to read/write/gen random numbers that MATLAB used. Does it make sense to do it for the other implementations too? I know that with @taytoe we ran into a lot of weird issues compiling the C code with PNaCl and along the way we found some pretty doubtful patterns of code (e.g. a C file containing only one line of code, #define fp double)

from ostrich.

elavoie avatar elavoie commented on August 19, 2024

@gnuvince, Yes I intend to follow that structure for the different language implementations, hopefully that should simplify the PNaCl benchmark implementations.

from ostrich.

elavoie avatar elavoie commented on August 19, 2024

The lud benchmark with support for JS, C, and Matlab version, as well as the 'compiler' and 'environment' examples in the 'matlab-version' branch show how the separation was done.

from ostrich.

Related Issues (20)

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.