Code Monkey home page Code Monkey logo

Comments (10)

bluszcz avatar bluszcz commented on July 18, 2024

Seems related with: #7

from cudaminer.

marzhall avatar marzhall commented on July 18, 2024

Seems like the same problem. Have you tried compiling without the -arch=compute_10 argument? (Sorry for the delay, was traveling.)

from cudaminer.

bluszcz avatar bluszcz commented on July 18, 2024

Well, what helped for me - reinstalling drivers.... It works now.

from cudaminer.

marzhall avatar marzhall commented on July 18, 2024

Awesome! You should update the bug you have open with that info. :)

from cudaminer.

cbuchner1 avatar cbuchner1 commented on July 18, 2024

I am pretty sure the compute_10 is needed, as it forces the creation of PTX 1.0 code, which is what I want.
The driver will usually translate the PTX 1.0 code to whatever compute architecture you happen to run.

Christian

from cudaminer.

marzhall avatar marzhall commented on July 18, 2024

In the case of my GTX 250, however, it appears this option is causing nvidia CUDA calls to fail.

I'm away from my computer at the moment, but how would you feel about a pull request that added a "no-compute" option to the config file that allows compilation without "compute_10," and added a CudaError value check after line 878 that printed a warning suggesting using the "no-compute" option to compile and exited if cudaerror returned the "Invalid Device Function" value, suggesting the use had the same issue as myself? After all, once this option is removed, the code functions properly for me.

from cudaminer.

adlerweb avatar adlerweb commented on July 18, 2024

Note: Current code does not compile without arch (ptxas error : Entry function … uses too much shared data)
and crashes during autotuning with a floating point exception

from cudaminer.

jra89 avatar jra89 commented on July 18, 2024

I tried compiling with a fresh repository on Linux with the Nvidia 319.60 drivers with a Quadro 3000M card, and I'm also getting this error. I tried removing the -arch=compute_10 from the nvcc call but I still got the same problem. The machine I tested on is at my work so I will have to try some more tomorrow.

from cudaminer.

jefferai avatar jefferai commented on July 18, 2024

On a GT 540M, having this problem with 319.60 drivers on Ubuntu 13.10. I'm launching via optriun. Like @jra89 I also tried removing --arch=compute_10 but also got the same problem.

from cudaminer.

adlerweb avatar adlerweb commented on July 18, 2024

Sorta-Workarround: Disable autotune and specify a configuration on the command line...

from cudaminer.

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.