Skip to content

build tensorrt 自定义算子时出现cub/cub.cuh:No such file or directory #include "cub/cub.cuh" #3170

@L-Carson

Description

@L-Carson

安装 Model Converter

编译 TensorRT 自定义算子

mkdir -p build && cd build
cmake .. -DMMDEPLOY_TARGET_BACKENDS="trt"
make -j$(nproc) && make install
出现cub/cub.cuh:No such file or directory #include "cub/cub.cuh"问题

Metadata

Metadata

Assignees

Labels

triagedIssue has been triaged by maintainers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions