We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16427f8 commit 8a1dffeCopy full SHA for 8a1dffe
2 files changed
cuda_pathfinder/cuda/pathfinder/_headers/header_descriptor_catalog.py
@@ -153,6 +153,14 @@ class HeaderDescriptorSpec:
153
conda_targets_layout=False,
154
use_ctk_root_canary=False,
155
),
156
+ HeaderDescriptorSpec(
157
+ name="mathdx",
158
+ packaged_with="other",
159
+ header_basename="libmathdx.h",
160
+ site_packages_dirs=("nvidia/cu13/include", "nvidia/cu12/include"),
161
+ conda_targets_layout=False,
162
+ use_ctk_root_canary=False,
163
+ ),
164
HeaderDescriptorSpec(
165
name="nvshmem",
166
packaged_with="other",
cuda_pathfinder/tests/test_find_nvidia_headers.py
@@ -42,6 +42,7 @@
42
NON_CTK_IMPORTLIB_METADATA_DISTRIBUTIONS_NAMES = {
43
"cusparseLt": r"^nvidia-cusparselt-.*$",
44
"cutensor": r"^cutensor-.*$",
45
+ "mathdx": r"^nvidia-libmathdx-.*$",
46
"nvshmem": r"^nvidia-nvshmem-.*$",
47
}
48
0 commit comments