PyTorch编译时出现Breakpad error: field 'regs' has incomplete type 'google_breakpad::user_regs_struct'报错。
编译原生PyTorch时,未配置相关环境变量,导致编译不成功。
export BUILD_BREAKPAD=0
make clean