error: operand of "*" must be a pointer but has type "int"
detected during instantiation of "void grid_sample(T *, const T *, const T *, int *, int *, int *, int, GridSamplerInterpolation, GridSamplerPadding, __nv_bool, cudaStream_t) [with T=float]"
(384): here
直接跑代码出现这个报错,有人遇到过吗?
error: operand of "*" must be a pointer but has type "int"
detected during instantiation of "void grid_sample(T *, const T *, const T *, int *, int *, int *, int, GridSamplerInterpolation, GridSamplerPadding, __nv_bool, cudaStream_t) [with T=float]"
(384): here
直接跑代码出现这个报错,有人遇到过吗?