File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,18 @@ Special feature detailed explanation in tests:
246246 Thus --use_cuda=<gpu_index> flag will be available to add to a command line:
247247 ./ib_write_bw -d ib_dev --use_cuda=<gpu index> -a
248248
249+ CUDA DMA-BUF requierments:
250+ 1) CUDA Toolkit 11.7 or later.
251+ 2) NVIDIA Open-Source GPU Kernel Modules version 515 or later.
252+ installation instructions: http://us.download.nvidia.com/XFree86/Linux-x86_64/515.43.04/README/kernel_open.html
253+ 3) Configuration / Usage:
254+ export the following environment variables:
255+ 1- export LD_LIBRARY_PATH.
256+ e.g: export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
257+ 2- export LIBRARY_PATH.
258+ e.g: export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
259+ perform compilation as decribe in the begining of section 4 (GPUDirect usage).
260+
249261 5. AES_XTS (encryption/decryption)
250262 In perftest repository there are two files as follow:
251263 1) gen_data_enc_key.c
You can’t perform that action at this time.
0 commit comments