You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /mnt/TensorRT/plugin/leakyReluPlugin/lReluPlugin.cpp:17:
/mnt/TensorRT/plugin/leakyReluPlugin/lReluPlugin.h:20:10: fatal error: common/kernel.h: No such file or directory
20 | #include "common/kernel.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
if cmake with -DBUILD_PLUGINS to disable building plugins, build passed.
Environment
TensorRT Version: v8.6.0 NVIDIA GPU: A10 NVIDIA Driver Version: CUDA Version: CUDNN Version: Operating System: Python Version (if applicable): Tensorflow Version (if applicable): PyTorch Version (if applicable): Baremetal or Container (if so, version): docker/ubuntu-20.04.Dockerfile
Relevant Files
Steps To Reproduce
Follow README.
The text was updated successfully, but these errors were encountered:
Description
When building TensorRT v8.6.0, get make ERROR:
if cmake with -DBUILD_PLUGINS to disable building plugins, build passed.
Environment
TensorRT Version: v8.6.0
NVIDIA GPU: A10
NVIDIA Driver Version:
CUDA Version:
CUDNN Version:
Operating System:
Python Version (if applicable):
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version): docker/ubuntu-20.04.Dockerfile
Relevant Files
Steps To Reproduce
Follow README.
The text was updated successfully, but these errors were encountered: