Giter Club home page Giter Club logo

Comments (3)

vgvassilev avatar vgvassilev commented on September 22, 2024

I was wondering what version of cuda and clang is good to support? We can always say we do not support versions older than X if that helps.

from clad.

kchristin22 avatar kchristin22 commented on September 22, 2024

CUDA 12 supports c++20, but I don't believe any features of it are being used in the codebase, so we can go lower than that.

The first version to support c++17 is CUDA 11. And I've seen in another issue that Kokkos requires c++17, so CUDA 11 could be a good candidate.

If we could do with older versions of c++ (if Kokkos isn't installed) and there's a procedure that is repeated a lot of times (over 100 times f.i.) CUDA graphs, a CUDA 10 feature, may be beneficial. But I doubt that such an example exists.

CUDA 9 offers cooperative groups which could be beneficial, but it should be benchmarked if it is to be a requirement.

Else, CUDA 7 is the oldest version that supports c++11, so this could be an absolute minimum.

Note: CUDA 11 is not supported on a newest OS version

from clad.

vgvassilev avatar vgvassilev commented on September 22, 2024

I guess the bigger question is which clang versions support what version of CUDA? For example, what is the supported CUDA version by clang-15, clang-16 and clang-17?

from clad.

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.