cuda.pathfinder.find_static_lib#
- cuda.pathfinder.find_static_lib(name: str) str#
Find the absolute path to a static library.
- Raises:
ValueError – If
nameis not a supported static library.StaticLibNotFoundError – If the static library cannot be found.