当前位置:   article > 正文

torch1.7.0之后 c++ 丢弃了<THC/THC.h> THCState的修改_error: ‘thcstate’ does not name a type 12 | extern

error: ‘thcstate’ does not name a type 12 | extern thcstate *state;

// #include <THC/THC.h> //"torch"库从1.11.0版本开始,就不再支持使"THC/THC.h"头文件了
// https://www.coder.work/article/7897377
// 替换为下面两个.h文件。同时,注释掉extern THCState *state; 就可以成功编译
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/CUDAEvent.h>

// extern THCState *state;

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/81919
推荐阅读
相关标签
  

闽ICP备14008679号