Skip to content

Commit

Permalink
Updated nroff-generated man pages
Browse files Browse the repository at this point in the history
Signed-off-by: OFIWG Bot <[email protected]>
  • Loading branch information
ofiwg-bot authored and github-actions[bot] committed Oct 31, 2024
1 parent 6ab2666 commit ae01547
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions man/man7/fi_cxi.7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "fi_cxi" "7" "2024\-10\-17" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.TH "fi_cxi" "7" "2024\-10\-31" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -529,14 +529,14 @@ Copy-on-write semantics are broken when using pinned memory.
See the Fork section for more information.
.PP
The CXI provider supports DMABUF for device memory registration.
If the ROCR and CUDA libraries support it, the CXI provider will default
to use DMA-buf.
DMABUF is supported in ROCm 5.6+ and Cuda 11.7+ with nvidia open source
driver 525+.
Both \f[I]FI_HMEM_ROCR_USE_DMABUF\f[R] and \f[I]FI_HMEM_CUDA_USE_DMABUF
are disabled by default in libfabric core but the CXI provider enables
\f[R]FI_HMEM_ROCR_USE_DMABUF* by default if not specifically set.
There may be situations with CUDA that may double the BAR consumption.
Until this is fixed in the CUDA stack, the environment variable
\f[I]FI_CXI_DISABLE_DMABUF_CUDA\f[R] can be used to fall back to the
nvidia peer-memory interface.
Also, \f[I]FI_CXI_DISABLE_DMABUF_ROCR\f[R] can be used to fall back to
the amdgpu peer-memory interface.
Until this is fixed in the CUDA stack, CUDA DMABUF will be disabled by
default.
.SS Translation Cache
.PP
Mapping a buffer for use by the NIC is an expensive operation.
Expand Down

0 comments on commit ae01547

Please sign in to comment.