-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Compile]Error compiling with TENSORRT on CUDA 12.2 #55016
Comments
您好,请问用的是官方镜像吗?使用官方发布的镜像编译试一试呢?https://www.paddlepaddle.org.cn/documentation/docs/zh/install/docker/linux-docker.html |
@ForFishes 没用镜像,问题来源是CUDA12.1 没问题, CUDA 12.2有问题 |
nvbugs 4202615 |
目前看起來,問題是新的cub::Sum複用 舊cub是自行實現Sum: 因cub是底層算子,warp_reduce、block_reduce 和 device_reduce 也會受影響 |
@engineer1109 , |
@engineer1109 , |
bug描述 Describe the Bug
目前版本分支 develop 12a296c
cmake .. -DWITH_CUSTOM_DEVICE=ON -DWITH_GPU=ON -DWITH_TENSORRT=ON
CUDA 12.2 apt 安装
TENSOR 8.6.1.6 apt 安装 libnvinfer-dev libnvinfer-plugin-dev
出现大量的相同编译错误
cub::Sum 有问题
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: