Giter VIP home page Giter VIP logo

Comments (6)

jakirkham avatar jakirkham commented on July 4, 2024

Copying this from the developer documentation (link below):

cuDNN API Compatibility

Beginning in cuDNN 7, the binary compatibility of patch and minor releases is maintained as follows:

  • Any patch release x.y.z is forward- or backward-compatible with applications built against another cuDNN patch release x.y.w (i.e., of the same major and minor version number, but having w!=z)
  • cuDNN minor releases beginning with cuDNN 7 are binary backward-compatible with applications built against the same or earlier patch release (i.e., an app built against cuDNN 7.x is binary compatible with cuDNN library 7.y, where y>=x)
  • Applications compiled with a cuDNN version 7.y are not guaranteed to work with 7.x release when y > x.

ref: https://docs.nvidia.com/deeplearning/sdk/cudnn-developer-guide/index.html#programming-model

from aggregate.

jakirkham avatar jakirkham commented on July 4, 2024

FWIW we have added a global pinning of cudnn in conda-forge to address this issue for now. ( conda-forge/conda-forge-pinning-feedstock#310 )

from aggregate.

jjhelmus avatar jjhelmus commented on July 4, 2024

I agree, the cudnn package should have a run_exports. The package is due for an update to version 7.6.4. I'll add a note to myself to add run_exports when the package is updated.

from aggregate.

jakirkham avatar jakirkham commented on July 4, 2024

That would be great. Thanks Jonathan! 😄

from aggregate.

jjhelmus avatar jjhelmus commented on July 4, 2024

cudnn 7.6.4 packages are now available in defaults for win-64 and linux-64 and include a run_export for cudnn >=7.6,<8.0a0.

from aggregate.

jakirkham avatar jakirkham commented on July 4, 2024

cc @mike-wendt @raydouglass @kkraus14 (for awareness)

from aggregate.

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.