enviorment
My setting is : ubuntu20.04 ; python 3.7.0; pytorch1.7.1+cu110; cuda11.1. The code can run, but there is an issue: [ERROR] Sorry, cuMemHostGetDevicePointer_v2() is not implemented in the current version. If user application keeps reporting errors, please use Ctrl+C to exit. how should I solve this issue?
Othervise, when I run on the server,there exits an error, python RuntimeError: vector::_M_range_check.
My setting is : ubuntu20.04 ; python 3.7.0; pytorch1.7.1+cu110; cuda11.1. The code can run, but there is an issue: [ERROR] Sorry, cuMemHostGetDevicePointer_v2() is not implemented in the current version. If user application keeps reporting errors, please use Ctrl+C to exit. how should I solve this issue?
I have the same issue, maybe u can change torch version (1.9 or 1.10) to solve this issue