Interface ICudaFatbinUnit

All Superinterfaces:
IEventSource, IUnit, IUnitCreator, IUserDataSupport

public interface ICudaFatbinUnit extends IUnit
Representation of a Nvidia's fatbin containing cubin ("CUDA binary") ELF files with SASS binary 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 had occurred