nglod icon indicating copy to clipboard operation
nglod copied to clipboard

Error in Custom extensions

Open helenacorreia opened this issue 3 years ago • 2 comments

Hello everyone!

I get this error running this line of code python3 setup.py install --user to build the extension.

  • nvcc warning: The -std=c++14 flag is not supported with the configured host compiler. Flag will be ignored.

Have you ever encountered this sort of problem and do you maybe know how to fix this?

helenacorreia avatar Jun 08 '21 14:06 helenacorreia

Hi, thanks for your interest in our work!

What version of CUDA are you using, and what compiler is being used by CUDA? You'll likely have to update CUDA, your compiler, or both.

tovacinni avatar Jun 10 '21 02:06 tovacinni

@tovacinni my version of cuda and compiler

image

helenacorreia avatar Jun 11 '21 10:06 helenacorreia