PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.24k stars 5.58k forks source link

ethtool.h error: flexible array member 'ethtool_link_settings::link_mode_masks' not at end of 'struct gloo::getInterfaceSpeedGLinkSettings... #55730

Open acb163 opened 1 year ago

acb163 commented 1 year ago

问题描述 Please describe your issue

ubuntu 23 本机编译 python3.11 , cuda12.2, cudnn 8.9.2. 编译gloo错误 IMG_20230726_223456

试过clang 15.0.7, cc 12.2.0都不行。怎么救啊

YanhuiDua commented 1 year ago

你好,使用版本更高的gloo库试下呢?https://github.com/facebookincubator/gloo/issues/345 这应该是gloo的一个已知的bug;

zhutaotao-ai commented 5 months ago

你好,使用版本更高的gloo库试下呢?facebookincubator/gloo#345 这应该是gloo的一个已知的bug;

我构建2.41版本,出现同样的问题。这个gloo怎么在linux选择更高的版本,怎么安装更高的版本?