GithubHelp home page GithubHelp logo

Comments (4)

BiTaNannnnn avatar BiTaNannnnn commented on August 15, 2024

When I change the backend.py extra_cuda_cflags=[
'-O1',
'-arch=sm_70',
'-U__CUDA_NO_HALF_OPERATORS__', '-U__CUDA_NO_HALF_CONVERSIONS__', '-U__CUDA_NO_HALF2_OPERATORS__' # undefine flags, necessary!
],
It also has the same error.

If I change the '-arch=sm_70' to '-arch=sm_75/80/85'
It will show this:
"
nvcc fatal : Value 'sm_80' is not defined for option 'gpu-architecture'
ninja: build stopped: subcommand failed.
"

from sax-nerf.

caiyuanhao1998 avatar caiyuanhao1998 commented on August 15, 2024

The error you encountered, "nvcc fatal: Unsupported gpu architecture 'compute_86'," indicates that the NVIDIA CUDA Compiler (nvcc) does not support the GPU architecture specified for compilation, which in this case is 'compute_86'. This issue can arise if you're using a CUDA toolkit version that does not support the specific compute capability of your GPU.

Please determine the compute capability of your GPU and check if it aligns with the CUDA version installed

If you find our repo useful, please help us star it. Thanks.

from sax-nerf.

BiTaNannnnn avatar BiTaNannnnn commented on August 15, 2024

The final solution to this problem is Ninja version = 1.10.0.
I have tried 1.12 and 1.8 before and the problem still exists.

Today I tried version 1.10.0/1.10.2 and it was solved successfully.

from sax-nerf.

caiyuanhao1998 avatar caiyuanhao1998 commented on August 15, 2024

Hi, really happy to see that you have fixed the problem. Good luck :)

from sax-nerf.

Related Issues (17)

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.