fatbinary --version (return code: 0)
fatbinary: NVIDIA (R) Cuda fat binary constructor
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Sun_Sep__4_22:14:01_CDT_2016
Cuda compilation tools, release 8.0, V8.0.44
fatbinary --help (return code: 0)
Usage : fatbinary [options]
Options
=======
--32 (-32)
Specify that this was a 32bit compile.
--64 (-64)
Specify that this was a 64bit compile.
--add <file name> (-add)
Add to specified fat binary file (if file does not exist, will be same as
-create).
--arch <gpu architecture name> (-arch)
Specify the 'sm_' name of the target architecture.
Allowed values for this option: 'sm_20','sm_21','sm_30','sm_32','sm_35',
'sm_37','sm_50','sm_52','sm_53','sm_60','sm_61','sm_62'.
--bin2c-path <path name> (-bin2c-path)
Specify path to find bin2c executable for creating embedded c file.
--cmdline <options> (-cmdline)
The -Xptxas command-line options with which the device code is compiled.
--compress [true,false] (-compress)
Compress ptx and debug images in fatbinary.
Default value: 1.
--compress-all (-compress-all)
Compress all images in fatbinary.
--create<file name> (-create)
Create file of given name that will contain fat binary.
--cuda (-cuda)
Specify that this was a cuda compile.
--debug (-g)
Specify that this was a debug compile.
--device-c (-c)
Specify that this contains relocatable code. When used with --embedded-fatbin,
puts fatbin in section for pre-linked code.
--elf <file name> (-elf)
Add code from specified elf file.
--embedded-fatbin <file name> (-fatbin)
Specify the name of an C include file that defines an embedded fat binary
descriptor that will hold all 'internal' images.
When this option is not used, all 'internal' images are ignored and no embedded
fat binary file will be generated.
--help (-h)
Print this help information on this tool.
--host <host name> (-host)
Code is built on given host name.
Allowed values for this option: 'linux','mac','windows'.
--ident <identifier name> (-ident)
Code is for given identifier name.
--image <image spec>,... (-im)
Specify list of images with profiles that compiled them.
Allowed keywords for this option: 'file','profile'.
--link (-link)
Specify that this contains linked code.
--no-asm(-no-asm)
Specify that output fatbin should not use asm.
--opencl(-opencl)
Specify that this was an opencl compile.
--options-file <file>,... (-optf)
Include command line options from specified file.
--ptx <file name> (-ptx)
Add code from specified ptx file.
--version (-V)
Print version information on this tool.