-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers
Description
Description
When I use the TensorRT C++ API and Layernorm plugin to build my network, it's segmentation fault! I debug the Layernorm.cpp, it's wrong in this code:
| ld = *static_cast<const int*>(fc->fields[i].data); |
and same problem occur in CustomGeluPluGin:
TensorRT/plugin/geluPlugin/geluPlugin.cpp
Line 297 in 87f3394
| typeId = *static_cast<const int*>(fc->fields[i].data); |
and how to solve the bug?
Environment
TensorRT Version: 8.4.0
NVIDIA GPU: T4
CUDA Version: 10.2
CUDNN Version: 8.3.2
Operating System: Linux
Metadata
Metadata
Assignees
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers