cuda.pathfinder.locate_static_lib#
- cuda.pathfinder.locate_static_lib(
- name: str,
Locate a static library by name.
- Raises:
ValueError – If
nameis not a supported static library.StaticLibNotFoundError – If the static library cannot be found.
Locate a static library by name.
ValueError – If name is not a supported static library.
StaticLibNotFoundError – If the static library cannot be found.