Pre-CXX11 ABI使用的是 C++11 标准之前的 ABI,主要是为了与使用旧版本 ABI 的库保持兼容。这种 ABI 版本的libtorch能与旧的二进制代码一起工作,特别是与一些系统库(例如,使用旧 ABI 编译的libstdc++库)保持兼容。 CXX11 ABI使用的是 C++11 标准引入后的新 ABI。这种版本的libtorch是为了利用 C++11 的新特性...
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-2024/2581 Manylinux 2.28 migration - remove pre-cxx11 abi libtorch builds 04ba3d0 atalman requested a review fro...