linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
592 stars 283 forks source link

Support RDMA with Tegra integrated GPUs #254

Closed agirault closed 5 months ago

agirault commented 6 months ago

Follow instructions for Tegra support from the official documentation: https://docs.nvidia.com/cuda/gpudirect-rdma/index.html#changing-the-allocator

Only use the cuda driver API instead of the cuda runtime API.

Ignore whitespace to make the diff to review more relevant: https://github.com/linux-rdma/perftest/pull/254/commits/6cdaf1c438fc33a44d0a0ab2a86209e47dc8dc5c?w=1

HassanKhadour commented 5 months ago

Thanks for your PR, merged!