UBC-ECE-Sasha / PIM-encryption

Block decryption in memory
2 stars 2 forks source link

Refactor data transfer to be faster #5

Closed jpzg closed 4 years ago

jpzg commented 4 years ago

The transfer from the host to the DPU is done by dpu_copy_to, which cannot use the full memory bandwidth. Instead this should be using prepare_xfer and push_xfer, which interleave copies to different DPUs at the same time.