# Interface: com.pnfsoftware.jeb.core.units.code.cuda.ICudaFatbinUnit

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: getCubinEntries
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.cuda.ICudaCubinEntry>`

Description: Retrieve the list of cubins.
return: a read\-only list of cubins, null if a parsing error occurred

