Interface ICudaFatbinUnit
- All Superinterfaces:
IEventSource
,IUnit
,IUnitCreator
,IUserDataSupport
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 Summary
Modifier and TypeMethodDescriptionRetrieve the list of cubins.Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSource
Methods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, execprvfunc, generateQuickState, getChildren, getContributions, getCreationTimestamp, getDescription, getExtraInputs, getFormatter, getFormatType, getIconData, getInput, getInterpreters, getLock, getName, getNotes, getNotificationManager, getParent, getParentArtifact, getParentProject, getPropertyDefinitionManager, getPropertyManager, getRealName, getStatus, getUid, getUnitProcessor, initializePropertyObjects, isDisposed, isProcessed, isStale, isTransientChild, notifyGenericChange, postDeserialization, process, removeChild, setName, setNotes, setParent, setRealName, setUnitProcessor
Methods inherited from interface com.pnfsoftware.jeb.core.IUserDataSupport
clearAllData, getAllData, getData, setData
-
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
-