We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42f5ec5 + a8f68d8 commit b86c061Copy full SHA for b86c061
README
@@ -268,6 +268,9 @@ Special feature detailed explanation in tests:
268
2- export LIBRARY_PATH.
269
e.g: export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
270
perform compilation as decribe in the begining of section 4 (GPUDirect usage).
271
+
272
+ To use dma-buf, along with use_cuda , use_cuda_dmabuf flag should be used.
273
+ e.g: ib_send_bw -d mlx5_0 --use_cuda=0 --use_cuda_dmabuf
274
275
CUDA Runtime API support:
276
To use the --gpu_touch option in Perftest, you must build Perftest with support for the CUDA Runtime API (libcudart).
0 commit comments