Skip to content

Support more libraries in path finder #632

Open
@leofang

Description

@leofang

Currently we limit to a few libraries used by cuda-bindings:

SUPPORTED_LIBNAMES = (
# Core CUDA Runtime and Compiler
"nvJitLink",
"nvrtc",
"nvvm",
)

but in fact Ralf has tested a lot more than that, and we can just expose the support once we are confident enough:
PARTIALLY_SUPPORTED_LIBNAMES_COMMON = (
# Core CUDA Runtime and Compiler
"cudart",
"nvfatbin",
# Math Libraries
"cublas",
"cublasLt",
"cufft",
"cufftw",
"curand",
"cusolver",
"cusolverMg",
"cusparse",
"nppc",
"nppial",
"nppicc",
"nppidei",
"nppif",
"nppig",
"nppim",
"nppist",
"nppisu",
"nppitc",
"npps",
"nvblas",
# Other
"nvjpeg",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0High priority - Must do!cuda.bindingsEverything related to the cuda.bindings modulecuda.pathfinderEverything related to the cuda.pathfinder moduleenhancementAny code-related improvementstriageNeeds the team's attention

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions