Skip to content

Commit 8b66647

Browse files
sshaulnvHassanKhadour
authored andcommitted
Perftest: Update perftest README file with dma-buf information
Add requierments and configuration steps needed for cuda dma-buf test. Signed-off-by: Shmuel Shaul <[email protected]>
1 parent e589f4c commit 8b66647

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README

+12
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)