GithubHelp home page GithubHelp logo

Comments (3)

mp3guy avatar mp3guy commented on July 20, 2024

You could split the core code you want to benchmark into a library and then change the compiler options for each version you want to build in CMake?

from enoki.

kunaltyagi avatar kunaltyagi commented on July 20, 2024

then change the compiler options for each version you want to build in CMake

That would not be ideal (for my case, but a sound advice). Ideally, I would want a single binary to preserve existing pipeline (such as comparing results).

Is it possible to pass a "tag" to tell enoki which version to prefer using overloading? Something like how C++17's execution policy would be ideal. (Then I can use testing frameworks to run everything with type parametrization)

from enoki.

mp3guy avatar mp3guy commented on July 20, 2024

You can probably do it in a single binary. You can conditionally name each of the method symbols based on the compilation options and statically link against all of them.

from enoki.

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.