Coder Social home page Coder Social logo

I can't start the GPU 3060 about nextface HOT 20 OPEN

abdallahdib avatar abdallahdib commented on May 30, 2024
I can't start the GPU 3060

from nextface.

Comments (20)

JamesBDH avatar JamesBDH commented on May 30, 2024 2

Nope, that doesn't work, I get the error I mentioned before when running the reconstruction. Same issue brought up here: BachiLi/redner#169. Will try with the CPU though.

from nextface.

JamesBDH avatar JamesBDH commented on May 30, 2024 1

I've hit this same issue using a 3080.

RuntimeError: Function "_rtpModelUpdate" caught exception: Encountered a CUDA error: radix_sort_temp_size -> cub::DeviceRadixSort::SortPairs returned (8): invalid device function

from nextface.

abdallahdib avatar abdallahdib commented on May 30, 2024 1

ok i see
does torch.version.cuda returns 10.1 ?

from nextface.

huhai463127310 avatar huhai463127310 commented on May 30, 2024 1

I'm having the same issue. I'm working with RTX 3080 Laptop GPU and pytorch built with CUDA 11.3

I've hit this same issue using a 3080.

RuntimeError: Function "_rtpModelUpdate" caught exception: Encountered a CUDA error: radix_sort_temp_size -> cub::DeviceRadixSort::SortPairs returned (8): invalid device function

from nextface.

huhai463127310 avatar huhai463127310 commented on May 30, 2024 1

I think redner needs to be compiled for cuda 11. meantime try to get pytorch with cuda 10 support. plz execute the commands in INSTALL file which will create a compatible environment for u. Hope this help.

I have compile redner from source for cuda 11. But the issue didn't resolve. My GPU is 3080 Laptop.

from nextface.

thekesslereffect avatar thekesslereffect commented on May 30, 2024 1

also having this same issue with an RTX 3080Ti :( cpu looks like it's running fine.

from nextface.

abdallahdib avatar abdallahdib commented on May 30, 2024

can u plz elaborate more on ur problem so that i can try to help

from nextface.

51gohome avatar 51gohome commented on May 30, 2024

It may be caused by redner: BachiLi/redner#169. Unfortunately, the issue has not been fixed.

from nextface.

abdallahdib avatar abdallahdib commented on May 30, 2024

I think redner needs to be compiled for cuda 11. meantime try to get pytorch with cuda 10 support. plz execute the commands in INSTALL file which will create a compatible environment for u. Hope this help.

from nextface.

JamesBDH avatar JamesBDH commented on May 30, 2024

Yeah, looks like 3000-series GPUs are incompatible with Cuda 10, so unless Redner gets Cuda 11 support, it's not going to be possible to run NextFace on 3000-series GPUs.

from nextface.

abdallahdib avatar abdallahdib commented on May 30, 2024

there is no reason for not being able to install pytorch 1.3 with cudatoolkit 10.1 on ur gpu 3000.
running this command should work on ur machine :

conda install pytorch==1.3.1 torchvision==0.4.2 cudatoolkit=10.1 -c pytorch

u can always run NextFace on Cpu (change device to cpu in optimConfig.ini)

from nextface.

arstropica avatar arstropica commented on May 30, 2024

The first Cuda version to recognize GTX 30xx cards was 11.1
https://docs.nvidia.com/cuda/archive/11.1.0/cuda-toolkit-release-notes/index.html#cuda-general-new-features

from nextface.

huhai463127310 avatar huhai463127310 commented on May 30, 2024

@arstropica

The first Cuda version to recognize GTX 30xx cards was 11.1 https://docs.nvidia.com/cuda/archive/11.1.0/cuda-toolkit-release-notes/index.html#cuda-general-new-features

Could you run the code under cuda 11.1 for RTX 30 series ?

from nextface.

BbChip0103 avatar BbChip0103 commented on May 30, 2024

save issue here for A100

from nextface.

Sarayel avatar Sarayel commented on May 30, 2024

not only redner but also pytorch from version 1.7 is compatibile with CUDA 11.x so as long as repo won't be updated to those, it won't run on ampere arch.

from nextface.

arstropica avatar arstropica commented on May 30, 2024

@arstropica

The first Cuda version to recognize GTX 30xx cards was 11.1 https://docs.nvidia.com/cuda/archive/11.1.0/cuda-toolkit-release-notes/index.html#cuda-general-new-features

Could you run the code under cuda 11.1 for RTX 30 series ?

No. Redner uses Optix 6.5 which will never be compatible with RTX30xx.
https://forums.developer.nvidia.com/t/optix-6-5-prime-samples-fail-with-rtx-3080/177078

from nextface.

yosun avatar yosun commented on May 30, 2024

hm hardware requirements ought to be listed if RTX30X0 is not supported

what is the hardware you are running on?!

from nextface.

arstropica avatar arstropica commented on May 30, 2024

hm hardware requirements ought to be listed if RTX30X0 is not supported

what is the hardware you are running on?!

I ended up changing my Optix config to run on cpu and also updated my torch version to 1.12.1. Shame because I have an RTX3090, but no other way to go.

from nextface.

younge529 avatar younge529 commented on May 30, 2024

hm hardware requirements ought to be listed if RTX30X0 is not supported
what is the hardware you are running on?!

I ended up changing my Optix config to run on cpu and also updated my torch version to 1.12.1. Shame because I have an RTX3090, but no other way to go.

Hello. can you tell me how i can run optix on cpu?

from nextface.

arstropica avatar arstropica commented on May 30, 2024

Hello. can you tell me how i can run optix on cpu?

Try my forked branch @: https://github.com/arstropica/NextFace/tree/RTX30XX

Note the changes to the INSTALL doc.

from nextface.

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.