shaoheshaohe 发表于 2020-6-20 12:01:02

at_check与torch_check

新版pytorch 1.5,

已经抛弃AT_CHECK
换用TORC_CHECK

很多CUDA CPP在pytorch 1.5编译,会遇到“identifier AT_CHECK is undefiened”错误
用TORCH_CHECK替换即可

此外,AT_ERROR仍然保留。
页: [1]
查看完整版本: at_check与torch_check