Open teacher1314 opened 4 months ago
cuda版本是10.2,但是有个函数不支持 error: ‘cudaMallocAsync’ was not declared in this scope CHECK(cudaMallocAsync(&d_ptr, size, this->stream)); GPT了一下,说是CUDA11新出的
换新的nano板子,支持nano的cuda11.4,nvidia_sdk-JetPack_5.1.2
cuda版本是10.2,但是有个函数不支持 error: ‘cudaMallocAsync’ was not declared in this scope CHECK(cudaMallocAsync(&d_ptr, size, this->stream)); GPT了一下,说是CUDA11新出的