Skip to content

Commit 4d95eb4

Browse files
committed
Respond to "dead code?" review questions (e.g. #578 (comment))
1 parent a7001e1 commit 4d95eb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cuda_bindings/cuda/bindings/_path_finder/supported_libs.py

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
"nvjpeg",
4242
)
4343

44+
# Note: The `cufile_rdma` information is intentionally retained (commented out)
45+
# despite not being actively used in the current build. It took a nontrivial
46+
# amount of effort to determine the SONAME, dependencies, and expected symbols
47+
# for this special-case library, especially given its RDMA/MLX5 dependencies
48+
# and limited availability. Keeping this as a reference avoids having to
49+
# reconstruct the information from scratch in the future.
50+
4451
PARTIALLY_SUPPORTED_LIBNAMES_LINUX_ONLY = (
4552
"cufile",
4653
# "cufile_rdma", # Requires libmlx5.so

0 commit comments

Comments
 (0)