CXX11 ABI使用的是 C++11 标准引入后的新 ABI。这种版本的libtorch是为了利用 C++11 的新特性编译的,能带来性能和功能上的改进,但它与 Pre-CXX11 ABI 不兼容。 运行时兼容性: 如果你使用的系统或者其他依赖库是基于 Pre-CXX11 ABI 编译的,并且你选择使用 CXX11 ABI 编译的libtorch,可能会导致链接错误或运行...
Related to: #123649 Removing pre-cxx11 abi builds. As per announcement : https://dev-discuss.pytorch.org/t/pytorch-linux-wheels-switching-to-new-wheel-build-platform-manylinux-2-28-on-november-12-2...