Advertisement
RicardasSim

fatbinary 10.0 10.2 compare

Nov 21st, 2019
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. Linux Ubuntu 18.04.3 LTS
  2.  
  3. ================================================================================
  4. CUDA Toolkit 10.0 fatbinary --help
  5. ================================================================================
  6.  
  7. Usage : fatbinary [options]
  8.  
  9. Options
  10. =======
  11.  
  12. --32 (-32)
  13. Specify that this was a 32bit compile.
  14.  
  15. --64 (-64)
  16. Specify that this was a 64bit compile.
  17.  
  18. --add <file name> (-add)
  19. Add to specified fat binary file (if file does not exist, will be same as
  20. -create).
  21.  
  22. --arch <gpu architecture name> (-arch)
  23. Specify the 'sm_' name of the target architecture.
  24. Allowed values for this option: 'sm_30','sm_32','sm_35','sm_37','sm_50',
  25. 'sm_52','sm_53','sm_60','sm_61','sm_62','sm_70','sm_72','sm_75'.
  26.  
  27. --bin2c-path <path name> (-bin2c-path)
  28. Specify path to find bin2c executable for creating embedded c file.
  29.  
  30. --cmdline <options> (-cmdline)
  31. The -Xptxas command-line options with which the device code is compiled.
  32.  
  33. --compress [true,false] (-compress)
  34. Compress ptx and debug images in fatbinary.
  35. Default value: true.
  36.  
  37. --compress-all (-compress-all)
  38. Compress all images in fatbinary.
  39.  
  40. --create<file name> (-create)
  41. Create file of given name that will contain fat binary.
  42.  
  43. --cuda (-cuda)
  44. Specify that this was a cuda compile.
  45.  
  46. --debug (-g)
  47. Specify that this was a debug compile.
  48.  
  49. --device-c (-c)
  50. Specify that this contains relocatable code. When used with --embedded-fatbin,
  51. puts fatbin in section for pre-linked code.
  52.  
  53. --elf <file name> (-elf)
  54. Add code from specified elf file.
  55.  
  56. --embedded-fatbin <file name> (-fatbin)
  57. Specify the name of an C include file that defines an embedded fat binary
  58. descriptor that will hold all 'internal' images.
  59. When this option is not used, all 'internal' images are ignored and no embedded
  60. fat binary file will be generated.
  61.  
  62. --help (-h)
  63. Print this help information on this tool.
  64.  
  65. --host <host name> (-host)
  66. Code is built on given host name.
  67. Allowed values for this option: 'linux','mac','windows'.
  68.  
  69. --ident <identifier name> (-ident)
  70. Code is for given identifier name.
  71.  
  72. --image <image spec>,... (-im)
  73. Specify list of images with profiles that compiled them.
  74. Allowed keywords for this option: 'file','profile'.
  75.  
  76. --image3<image spec>,... (-image3)
  77. Specify list of images with kind and sm that compiled them.
  78. Allowed keywords for this option: 'file','kind','sm'.
  79.  
  80. --link (-link)
  81. Specify that this contains linked code.
  82.  
  83. --no-asm(-no-asm)
  84. Specify that output fatbin should not use asm.
  85.  
  86. --opencl(-opencl)
  87. Specify that this was an opencl compile.
  88.  
  89. --options-file <file>,... (-optf)
  90. Include command line options from specified file.
  91.  
  92. --ptx <file name> (-ptx)
  93. Add code from specified ptx file.
  94.  
  95. --version (-V)
  96. Print version information on this tool.
  97.  
  98. ================================================================================
  99. CUDA Toolkit 10.2 fatbinary --help
  100. ================================================================================
  101.  
  102. Usage : fatbinary [options]
  103.  
  104. Options
  105. =======
  106.  
  107. --32 (-32)
  108. Specify that this was a 32bit compile.
  109.  
  110. --64 (-64)
  111. Specify that this was a 64bit compile.
  112.  
  113. --cmdline <options> (-cmdline)
  114. The -Xptxas command-line options with which the device code is compiled.
  115.  
  116. --compress [true,false] (-compress)
  117. Compress ptx and debug images in fatbinary.
  118. Default value: true.
  119.  
  120. --compress-all (-compress-all)
  121. Compress all images in fatbinary.
  122.  
  123. --create <file name> (-create)
  124. Create file of given name that will contain fat binary.
  125.  
  126. --debug (-g)
  127. Specify that this was a debug compile.
  128.  
  129. --device-c (-c)
  130. Specify that this contains relocatable code. When used with --embedded-fatbin,
  131. puts fatbin in section for pre-linked code.
  132.  
  133. --embedded-fatbin <file name> (-fatbin)
  134. Specify the name of an C include file that defines an embedded fat binary
  135. descriptor that will hold all 'internal' images.
  136. When this option is not used, all 'internal' images are ignored and no embedded
  137. fat binary file will be generated.
  138.  
  139. --help (-h)
  140. Print this help information on this tool.
  141.  
  142. --ident <identifier name> (-ident)
  143. Code is for given identifier name.
  144.  
  145. --image <image spec>,... (-im)
  146. Specify list of images with profiles that compiled them.
  147. Allowed keywords for this option: 'file','profile'.
  148.  
  149. --image3 <image spec>,... (-image3)
  150. Specify list of images with kind and sm that compiled them.
  151. Allowed keywords for this option: 'file','kind','sm'.
  152.  
  153. --link (-link)
  154. Specify that this contains linked code.
  155.  
  156. --no-asm (-no-asm)
  157. Specify that output fatbin should not use asm.
  158.  
  159. --options-file <file>,... (-optf)
  160. Include command line options from specified file.
  161.  
  162. --version (-V)
  163. Print version information on this tool.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement