nerfstudio
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+.
MY gpu is rtx 2060
CUDA_ARCHITECTURES=90;89;86;80;75;70;61;52;37 build correctly
how can i solve this error??
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
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?