NVIDIA / jetson-rdma-picoevb

Minimal HW-based demo of GPUDirect RDMA on NVIDIA Jetson AGX Xavier running L4T
Other
157 stars 44 forks source link

Fix C2H DMA #4

Closed MattTS01 closed 4 years ago

MattTS01 commented 4 years ago

The to_dev flag seems to be incorrectly set, resulting in potential bus errors when performing C2H DMA. Should possibly also be changed for CUDA variant.

swarren commented 4 years ago

Applied, thanks!