当我使用
a = torch.tensor([100,1000,1000], pin_memory=True)
b = cupyx.zeros_pinned([100,1000,1000])
cat /proc/<PID>/status | grep Vm
为什么
VmLck
VmPin