Code Monkey home page Code Monkey logo

Comments (9)

eab avatar eab commented on July 25, 2024 1

Confirming this works:

-	$(NVCC) -g -O2 -I . -Xptxas "-abi=no -v" $(NVCC_GENCODE) --maxrregcount=80 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<
+	$(NVCC) -g -O2 -I . -Xptxas "-abi=no -v" $(NVCC_GENCODE) --maxrregcount=80 --ptxas-options=-v -D_FORCE_INLINES $(JANSSON_INCLUDES) -o $@ -c $< that adding -

in Makefile

from ccminer-cryptonight.

saurabhnemade avatar saurabhnemade commented on July 25, 2024

Getting exactly same error

from ccminer-cryptonight.

Fever905 avatar Fever905 commented on July 25, 2024

Same error.. little help??

from ccminer-cryptonight.

JochenWilms avatar JochenWilms commented on July 25, 2024

I am getting the exact same error. could it be because of cuda version 7.5?
When i updated the cuda driver to version 8 the problem was solved.

from ccminer-cryptonight.

demosthenesk avatar demosthenesk commented on July 25, 2024

i think this is the case. i have cuda 7.5 from ubuntu repository.

from ccminer-cryptonight.

demosthenesk avatar demosthenesk commented on July 25, 2024

Alternative is xmr-stak. It works fine with cuda 7.5

from ccminer-cryptonight.

 avatar commented on July 25, 2024

Workround. add -D_FORCE_INLINES as shown in the Make file. Ubuntu 16 with repo NV cuda:
sudo apt-get install nvidia-cuda-toolkit

$(NVCC) -g -O2 -I . -Xptxas "-abi=no -v" $(NVCC_GENCODE) --maxrregcount=80 --ptxas-options=-v -D_FORCE_INLINES $(JANSSON_INCLUDES) -o $@ -c $<

from ccminer-cryptonight.

benmesander avatar benmesander commented on July 25, 2024

For CUDA 6.5 on Quadro FX 570 (6.5 is newest supporting this card), I had to do the following: --maxregcount=63 in addition ot the -D_FORCE_INLINES

This is using nvidia-340 driver on Ubuntu 16.04 (nvidia-340 is last driver to support Quadro FX 750)

from ccminer-cryptonight.

TheKrimeStopper avatar TheKrimeStopper commented on July 25, 2024

I need a little additional help. Which makefile do I edit? I edited the makefile.in and when I execute ccminer I get a "stack smashing detected" error and the program terminates.

from ccminer-cryptonight.

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.