Giter VIP home page Giter VIP logo

Comments (7)

RicardoZhy1215 avatar RicardoZhy1215 commented on June 26, 2024 1

Hi @dalvangriebler , My OS is ubuntu, cuda version is 12.3 and nvidia driver version is Driver Version: 545.23.08, I use A100 nvidia GPU, thanks for your quick reply!

from npb-gpu.

dalvangriebler avatar dalvangriebler commented on June 26, 2024

Hi @RicardoZhy1215, could you please provide more details about the problem? We need information about your operating system, CUDA version, and nvidia driver.

from npb-gpu.

RicardoZhy1215 avatar RicardoZhy1215 commented on June 26, 2024

I test all the problem, the final computation is wrong and can not pass the verification.
image

from npb-gpu.

dalvangriebler avatar dalvangriebler commented on June 26, 2024

Have you configured correctly the compute capability in the make.def?

from npb-gpu.

RicardoZhy1215 avatar RicardoZhy1215 commented on June 26, 2024

Hi, @dalvangriebler , no, I just use the default config in the make.def file.

from npb-gpu.

gabriellaraujocoding avatar gabriellaraujocoding commented on June 26, 2024

Hello, Ricardo.

You should update the file make.def by informing the compute capability of your GPU.

You can collect the compute capability of your GPU by running the following command:

nvidia-smi --query-gpu=compute_cap --format=csv,noheader,nounits

You must replace the compute capability values in the following line in the make.def file: (in this case, replace 61 by the value of your GPU):

COMPUTE_CAPABILITY = -gencode arch=compute_61,code=sm_61

from npb-gpu.

RicardoZhy1215 avatar RicardoZhy1215 commented on June 26, 2024

hello, Gabriell, many thanks for your help! The problem was solved!

from npb-gpu.

Related Issues (9)

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.