CONFIGURING PERSISTENT MEMORY FOR USE IN DEVICE DAX MODE
device-dax for 5.1: PMEM as RAM
"Device DAX" for persistent memory
https://pmem.io/glossary/#device-dax
https://gist.github.com/edawson/a75b7e49e05ce8412f0d7fe7cb828e9c
https://developer.nvidia.com/blog/how-optimize-data-transfers-cuda-cc/
https://www.cnblogs.com/xuyaowen/p/pinning-the-pages.html
https://sc18.supercomputing.org/proceedings/tech_paper/tech_paper_files/pap194s5.pdf (对比试验部分)
Tips:
1. pmem+device-dax+mmap(MAP_LOCKED)+cudaHostRegister
2. pmem+fsdax+mmap(MAP_LOCKED)+cudaHostRegister