Git Product home page Git Product logo

Comments (4)

moritzaugustin avatar moritzaugustin commented on June 11, 2024

the reason was simply compatibility and to make sure no older versions than sm_20 were used as some features from that version are required
i am fine with compiler default though an error/a warning should be shown for an unsupported old version (but this is not important for now -- compiler default is just fine)

from brian2cuda.

denisalevi avatar denisalevi commented on June 11, 2024

We haven't implemented the compiler default yet. When we do this, we also need to modify our _brian_atomic... operations depending on compute capability and cuda runtime version (see here).

from brian2cuda.

moritzaugustin avatar moritzaugustin commented on June 11, 2024

currently we compile with cc 3.5 as default. check whether we support older archs as well (e.g. cc 2.0) -- would be of no priority but if its free lunch we should not prevent it

from brian2cuda.

denisalevi avatar denisalevi commented on June 11, 2024

Commit 41bab5d implements automatic compute capability detection based on chosen GPU and adds a preference to manually set the compute capability (prefs.brian2cuda.compute_capability). It also detects if a user passes any architecture compile flags in prefs.codegen.cuda.extra_compile_args_nvcc. In that case, manually set compute capability is ignored and a warning is printed.

Commit 4007b84 implements correct atomicAdd support code generation depending on detected or manually set compute capability.

For the last comment of @moritzaugustin on minimal supported compute capability: It is currently set to 3.5 and the newest CUDA toolkit dropped support for anything below that. But checking for what we support (with older tookit versions) will be done in #5.

Closing.

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.