Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some build troble #6

Open
ghost opened this issue Feb 21, 2019 · 5 comments
Open

some build troble #6

ghost opened this issue Feb 21, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Feb 21, 2019

when i make it,it`s fail.
tensorRTWrapper/code/include/PluginFactory.h:54:141: error: invalid new-expression of abstract class type ‘nvinfer1::UpsampleLayerPlugin’
UpsampleLayerPlugin>(new UpsampleLayerPlugin(UPSAMPLE_SCALE,CUDA_THREAD_NUM)));

@lewes6369
Copy link
Owner

Hi @JoelYang-github what is your TensorRT version? I only tried in 5.0.2.6/4.0.1.6.

@ghost
Copy link
Author

ghost commented Feb 25, 2019

5.0.4 on ubuntu18.04 with CUDA v10.0.

@ghost
Copy link
Author

ghost commented Feb 25, 2019

I modified this bug.
Because my GCC let me implement all the virtual functions of the parent class.

@lewes6369
Copy link
Owner

Hi,@JoelYang-github ,which abstract function are not implemented? It seems that I have already override the virtual funcs inherited from the IPluginExt. Can you show me the funcs ,Thanks.

@lyuweiwang
Copy link

I modified this bug.
Because my GCC let me implement all the virtual functions of the parent class.

Hi, I have the same problem. Could you please tell me how to fix it?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants