Coder Social home page Coder Social logo

Comments (10)

nagadomi avatar nagadomi commented on June 25, 2024

You need CUDA 6.5 or later.
The problem seems to be with the installation of Nvidia Driver.

from waifu2x.

shiftySenpai avatar shiftySenpai commented on June 25, 2024

I have made progress and fixed CUDA w/ clean 6.5 install, but still errors. I copied the cuDNN lib files like this:
cd cudnn-6.5-linux-x64-v2
sudo cp lib* /usr/local/cuda/lib64/
sudo cp cudnn.h /usr/local/cuda/include/

This time it is cuDNN errors:
/usr/local.share/lua/5.1/cudnn/ffi.lua:376 libcudnn.so : Cannot open shared object file: not found in library path

I checked my .bashrc and I have this at the end of it
export PATH=$PATH:/usr/local/cuda/bin
export LD_LIBRARY_PATH=:/usr/local/cuda/lib64

so close!! Atomousukoshi!

from waifu2x.

nagadomi avatar nagadomi commented on June 25, 2024

Did you try source $HOME/.bashrc ?

from waifu2x.

JingleiWang avatar JingleiWang commented on June 25, 2024

I faced the same problem when run cuda samples.
How can I fix it ?

from waifu2x.

successtheman avatar successtheman commented on June 25, 2024

I cannot get it to work either. Nagadomi is there any way you could put this in the AUR for arch linux users?

from waifu2x.

JingleiWang avatar JingleiWang commented on June 25, 2024

CUDA6.5 support 340 or pre version driver.
I re-install cuda6.5 and driver 340 manually.
Then I run the exampl with super identity :sudo ./deviceQuery.It worked.
If without sudo, you may get 30 error.

from waifu2x.

successtheman avatar successtheman commented on June 25, 2024

@JingleiWang, where did you find the files for CUDA 6.5?

Thank you,

On Sun, Jun 21, 2015 at 8:58 PM, JingleiWang [email protected]
wrote:

CUDA6.5 support 340 or pre version driver.
I re-install cuda6.5 and driver 340 manually.
Then I run the exampl with super identity :sudo ./deviceQuery.It worked.
If without sudo, you may get 30 error.


Reply to this email directly or view it on GitHub
#22 (comment).

from waifu2x.

JingleiWang avatar JingleiWang commented on June 25, 2024

http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_64.run

from waifu2x.

ctrlcctrlv avatar ctrlcctrlv commented on June 25, 2024

@rjmxtechnology

I created an easy Arch Linux PKGBUILD. I appreciate your comments if you get the NVIDIA GPU support working.

https://aur.archlinux.org/packages/waifu2x-git/

Note that this is for tanakamura's build, not nagadomi's.

Tanakamura's build supports AMD GPU or even CPU only version, at the cost of speed. However, it still completes in under ten seconds for a 1024x1024 image for me with cheap Intel Atom CPU. Also note that the Tanakamura build is written in C++ and to my knowledge has no web interface, if you want to run a web interface you would need to make one.

For the best chance of getting the NVIDIA support working, install cuda and opencl-nvidia before the build.

from waifu2x.

successtheman avatar successtheman commented on June 25, 2024

I never got it to work @ctrlcctrlv

from waifu2x.

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.