Giter VIP home page Giter VIP logo

Comments (3)

denisalevi avatar denisalevi commented on June 5, 2024

Our benchmark folder has now speed test results from before no_or_const_delay_mode implementation, after and with additional profiling_info collected using cudaEvents.

I have until now only benchmarked against CPPStandaloneConfiguration and GeNNConifguration. But there are also CPPStandaloneConfigurationOpenMP and GeNNConfigurationOptimized.

@moritzaugustin Do we want to benchmark agains OpenMP as well?

@mstimberg Did you experience any "optimization" in the GeNNConfigurationOptimized? I did run that when I first ran the speed tests but could not see any performance difference to GeNNConfiguration and the brian2genn benchmarkfolder does not seem to have used it either. So can we just us GeNNConfiguration?

from brian2cuda.

mstimberg avatar mstimberg commented on June 5, 2024

@mstimberg Did you experience any "optimization" in the GeNNConfigurationOptimized? I did run that when I first ran the speed tests but could not see any performance difference to GeNNConfiguration and the brian2genn benchmarkfolder does not seem to have used it either. So can we just us GeNNConfiguration?

This is a bit misleading, I agree. The only difference between the two configurations is that GeNNConfiguration switches off the default compiler args that we normally pass to gcc (-w -O3 -ffast-math -fno-finite-math-only -march=native). This only affects the host code that is run on the CPU and I don't think any of the benchmarks spends any significant time in this code, so I don't expect it to have a measurable effect on performance. However, I'd probably just use GeNNConfigurationOptimized instead of GeNNConfiguration, simply because the "optimized" configuration uses the defaults (i.e. what a user would get if they don't change any preferences).

from brian2cuda.

denisalevi avatar denisalevi commented on June 5, 2024

We have benchmarking scripts implemented for a while now. Closing this issue.

from brian2cuda.

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.