course icon indicating copy to clipboard operation
course copied to clipboard

请教老师第8课cuda并行部分10_stencil部分bug

Open niexiaoiq1999 opened this issue 2 years ago • 1 comments

环境:ubuntu22.04 gcc:9 运行时出现/usr/include/c++/9/bits/stl_vector.h(130): error: no instance of constructor "CudaAllocator<T>::CudaAllocator [with T=float]" matches the argument list detected during instantiation of "std::_Vector_base<_Tp, _Alloc>::_Vector_impl::_Vector_impl() [with _Tp=float, _Alloc=CudaAllocator]" (337): here 这个问题

niexiaoiq1999 avatar Mar 30 '23 03:03 niexiaoiq1999

重新下载,已经修复msvc下编译会报错的bug。

archibate avatar Aug 03 '23 19:08 archibate