Interface ICudaFatbinUnit

All Superinterfaces:
IEventSource, IUnit, IUnitCreator, IUserDataSupport

public interface ICudaFatbinUnit extends IUnit
Representation of an NVIDIA fatbin containing cubin ("CUDA binary") ELF files with SASS machine code or PTX text.

For more information, refer to our blog.

  • Method Details

    • getCubinEntries

      List<ICudaCubinEntry> getCubinEntries()
      Retrieve the list of cubins.
      Returns:
      a read-only list of cubins, null if a parsing error occurred