Why does `pin_memory` will increase CPU usage sharply?

Hello there,

I use the dataloader with pin_memory=True, the CPU usage sharply increases. But I have ever run the same project, the CPU usage is normal. Could you give me some hints about it?

with pin_memory=True
not%20normal
with pin_memory=False
normal

Thanks in advance

Best regards
TTB