v10_Cuda.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. [
  2. {
  3. "name": "AdditionalCompilerOptions",
  4. "switch": "Xcompiler=",
  5. "comment": "Host compiler options",
  6. "value": "",
  7. "flags": [
  8. "UserValue",
  9. "SpaceAppendable"
  10. ]
  11. },
  12. {
  13. "name": "AdditionalCompilerOptions",
  14. "switch": "Xcompiler",
  15. "comment": "Host compiler options",
  16. "value": "",
  17. "flags": [
  18. "UserFollowing",
  19. "SpaceAppendable"
  20. ]
  21. },
  22. {
  23. "name": "AdditionalCompilerOptions",
  24. "switch": "-compiler-options=",
  25. "comment": "Host compiler options",
  26. "value": "",
  27. "flags": [
  28. "UserValue",
  29. "SpaceAppendable"
  30. ]
  31. },
  32. {
  33. "name": "AdditionalCompilerOptions",
  34. "switch": "-compiler-options",
  35. "comment": "Host compiler options",
  36. "value": "",
  37. "flags": [
  38. "UserFollowing",
  39. "SpaceAppendable"
  40. ]
  41. },
  42. {
  43. "name": "CudaRuntime",
  44. "switch": "cudart=none",
  45. "comment": "No CUDA runtime library",
  46. "value": "None",
  47. "flags": []
  48. },
  49. {
  50. "name": "CudaRuntime",
  51. "switch": "cudart=shared",
  52. "comment": "Shared/dynamic CUDA runtime library",
  53. "value": "Shared",
  54. "flags": []
  55. },
  56. {
  57. "name": "CudaRuntime",
  58. "switch": "cudart=static",
  59. "comment": "Static CUDA runtime library",
  60. "value": "Static",
  61. "flags": []
  62. },
  63. {
  64. "name": "CudaRuntime",
  65. "switch": "cudart",
  66. "comment": "CUDA runtime library",
  67. "value": "",
  68. "flags": [
  69. "UserFollowing"
  70. ]
  71. },
  72. {
  73. "name": "FastMath",
  74. "switch": "use_fast_math",
  75. "comment": "",
  76. "value": "true",
  77. "flags": []
  78. },
  79. {
  80. "name": "FastMath",
  81. "switch": "-use_fast_math",
  82. "comment": "",
  83. "value": "true",
  84. "flags": []
  85. },
  86. {
  87. "name": "GPUDebugInfo",
  88. "switch": "G",
  89. "comment": "",
  90. "value": "true",
  91. "flags": []
  92. },
  93. {
  94. "name": "GPUDebugInfo",
  95. "switch": "-device-debug",
  96. "comment": "",
  97. "value": "true",
  98. "flags": []
  99. },
  100. {
  101. "name": "HostDebugInfo",
  102. "switch": "g",
  103. "comment": "",
  104. "value": "true",
  105. "flags": []
  106. },
  107. {
  108. "name": "HostDebugInfo",
  109. "switch": "-debug",
  110. "comment": "",
  111. "value": "true",
  112. "flags": []
  113. },
  114. {
  115. "name": "Keep",
  116. "switch": "keep",
  117. "comment": "",
  118. "value": "true",
  119. "flags": []
  120. },
  121. {
  122. "name": "Keep",
  123. "switch": "-keep",
  124. "comment": "",
  125. "value": "true",
  126. "flags": []
  127. },
  128. {
  129. "name": "MaxRegCount",
  130. "switch": "maxrregcount=",
  131. "comment": "",
  132. "value": "",
  133. "flags": [
  134. "UserValue"
  135. ]
  136. },
  137. {
  138. "name": "MaxRegCount",
  139. "switch": "maxrregcount",
  140. "comment": "",
  141. "value": "",
  142. "flags": [
  143. "UserFollowing"
  144. ]
  145. }
  146. ]