GithubHelp home page GithubHelp logo

Comments (9)

kashif avatar kashif commented on June 19, 2024 1

@andravin happy to look at this issue, is there anything specific you want me to test? thanks!

from cudnn-python-wrappers.

andravin avatar andravin commented on June 19, 2024

Hi @kashif I was implementing cuDNN v4 in this fork: https://github.com/andravin/cudnn-python-wrappers

Some things are probably not implemented, been a couple months since I looked at it.

from cudnn-python-wrappers.

kashif avatar kashif commented on June 19, 2024

ok thanks @andravin I'll use that and get it working on mac and update it as well...

from cudnn-python-wrappers.

andravin avatar andravin commented on June 19, 2024

The first thing to check for each platform is whether the library name specified here is correct:

if sys.platform in ('linux2', 'linux'):
    _libcudnn_libname_list = ['libcudnn.so', 'libcudnn.so.4', 'libcudnn.so.4.0.4']
elif sys.platform == 'darwin':
    # TODO: check darwin version
    _libcudnn_libname_list = ['libcudnn.dylib', 'libcudnn.7.5.dylib']
elif sys.platform == 'win32':
    # TODO: check win32 version
    _libcudnn_libname_list = ['cudnn70_64.dll']
else:
    raise RuntimeError('unsupported platform')

from cudnn-python-wrappers.

hannes-brt avatar hannes-brt commented on June 19, 2024

Thanks for contributing @kashif and @andravin. I am currently not using this library myself and therefore also not actively developing it either. If either one of you would like to take stewardship of this project, I'd be more than happy to give you push access to the repo.

from cudnn-python-wrappers.

andravin avatar andravin commented on June 19, 2024

I am not actively using it either, but I am happy to help out when I can.

I want to stress that I really only tested the forward path convolution functions with regards to cuDNN support, so really everything else needs a bit of testing. @kashif have you gotten more code coverage in your testing?

from cudnn-python-wrappers.

kashif avatar kashif commented on June 19, 2024

@andravin I plan to add more tests and perhaps i will ask you about them when I start. @hannes-brt I would be happy if @andravin takes ownership since that way I can run things by him when I do stuff...

from cudnn-python-wrappers.

hannes-brt avatar hannes-brt commented on June 19, 2024

I added both of you as collaborators on the repo.

from cudnn-python-wrappers.

kashif avatar kashif commented on June 19, 2024

@hannes-brt thanks!

from cudnn-python-wrappers.

Related Issues (8)

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.