diff --git a/cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py b/cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py index de57ff23ad6..67e4be96d07 100644 --- a/cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py +++ b/cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py @@ -375,6 +375,13 @@ class DescriptorSpec: site_packages_windows=("cutensor/bin",), dependencies=("cutensor", "cublasLt"), ), + DescriptorSpec( + name="cutensorMp", + packaged_with="other", + linux_sonames=("libcutensorMp.so.2",), + site_packages_linux=("cutensor/lib",), + dependencies=("cutensor", "cublasLt", "cudart", "nccl"), + ), DescriptorSpec( name="nccl", packaged_with="other",