We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7001e1 commit 4d95eb4Copy full SHA for 4d95eb4
cuda_bindings/cuda/bindings/_path_finder/supported_libs.py
@@ -41,6 +41,13 @@
41
"nvjpeg",
42
)
43
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
+
51
PARTIALLY_SUPPORTED_LIBNAMES_LINUX_ONLY = (
52
"cufile",
53
# "cufile_rdma", # Requires libmlx5.so
0 commit comments