Skip to content

Commit

Permalink
Perftest: Update perftest README file with dma-buf information
Browse files Browse the repository at this point in the history
Add requierments and configuration steps needed for cuda dma-buf test.

Signed-off-by: Shmuel Shaul <sshaul@nvidia.com>
  • Loading branch information
sshaulnv authored and HassanKhadour committed Nov 3, 2022
1 parent e589f4c commit 8b66647
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,18 @@ Special feature detailed explanation in tests:
Thus --use_cuda=<gpu_index> flag will be available to add to a command line:
./ib_write_bw -d ib_dev --use_cuda=<gpu index> -a

CUDA DMA-BUF requierments:
1) CUDA Toolkit 11.7 or later.
2) NVIDIA Open-Source GPU Kernel Modules version 515 or later.
installation instructions: http://us.download.nvidia.com/XFree86/Linux-x86_64/515.43.04/README/kernel_open.html
3) Configuration / Usage:
export the following environment variables:
1- export LD_LIBRARY_PATH.
e.g: export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
2- export LIBRARY_PATH.
e.g: export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
perform compilation as decribe in the begining of section 4 (GPUDirect usage).

5. AES_XTS (encryption/decryption)
In perftest repository there are two files as follow:
1) gen_data_enc_key.c
Expand Down

0 comments on commit 8b66647

Please sign in to comment.