CMakeLists.txt 549 字节
Newer Older
1
nv_library(tensorrt_plugin
N
nhzlx 已提交
2
           SRCS trt_plugin.cc split_op_plugin.cu elementwise_op_plugin.cu
R
ReeseWang 已提交
3
           prelu_op_plugin.cu trt_plugin_factory.cc gelu_op_plugin.cu
4
           pool_op_plugin.cu swish_op_plugin.cu layer_norm_op_plugin.cu
Z
zlsh80826 已提交
5
           stack_op_plugin.cu convert_mask_plugin.cu
R
ReeseWang 已提交
6
           instance_norm_op_plugin.cu emb_eltwise_layernorm_plugin.cu
Z
zlsh80826 已提交
7
           qkv_to_context_plugin.cu skip_layernorm_op_plugin.cu slice_op_plugin.cu hard_swish_op_plugin.cu
8
           DEPS enforce tensorrt_engine prelu tensor bert_encoder_functor)