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