nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Warning: FullyFusedMLP is not supported for the selected architecture 37. Falling back to CutlassMLP. For maximum performance, raise the target GPU architecture to 75+.

Open hanjoonwon opened this issue 1 year ago • 2 comments

image MY gpu is rtx 2060 CUDA_ARCHITECTURES=90;89;86;80;75;70;61;52;37 build correctly how can i solve this error??

hanjoonwon avatar Jan 16 '24 07:01 hanjoonwon

Try excluding the architecture flags below 75 when you compile, it might be downgrading the compilation because of the existence of 37, etc inside the environment

kerrj avatar Jan 18 '24 18:01 kerrj

Try excluding the architecture flags below 75 when you compile, it might be downgrading the compilation because of the existence of 37, etc inside the environment

If it's a docker environment, should I delete the existing container and reimage it?

hanjoonwon avatar Jan 19 '24 03:01 hanjoonwon