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