cuda版本是10.2,但是有个函数不支持 error: ‘cudaMallocAsync’ was not declared in this scope CHECK(cudaMallocAsync(&d_ptr, size, this->stream)); GPT了一下,说是CUDA11新出的
cuda版本是10.2,但是有个函数不支持
error: ‘cudaMallocAsync’ was not declared in this scope
CHECK(cudaMallocAsync(&d_ptr, size, this->stream));
GPT了一下,说是CUDA11新出的