libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / config / nvptx / nvptx.opt
blobc04074052286175e28b114c1dab3f0470fd6d8c1
1 ; Options for the NVPTX port
2 ; Copyright (C) 2014-2024 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 3, or (at your option) any later
9 ; version.
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 ; for more details.
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING3.  If not see
18 ; <http://www.gnu.org/licenses/>.
20 HeaderInclude
21 config/nvptx/nvptx-opts.h
23 ; It's not clear whether this was ever build/tested/used, so this is no longer
24 ; exposed to the user.
25 ;m32
26 ;Target RejectNegative InverseMask(ABI64)
27 ;Generate code for a 32-bit ABI.
29 m64
30 Target RejectNegative Mask(ABI64)
31 Ignored, but preserved for backward compatibility.  Only 64-bit ABI is
32 supported.
34 mmainkernel
35 Target RejectNegative
36 Link in code for a __main kernel.
38 moptimize
39 Target Var(nvptx_optimize) Init(-1)
40 Optimize partition neutering.
42 msoft-stack
43 Target Mask(SOFT_STACK)
44 Use custom stacks instead of local memory for automatic storage.
46 msoft-stack-reserve-local=
47 Target Joined RejectNegative UInteger Var(nvptx_softstack_size) Init(128)
48 Specify size of .local memory used for stack when the exact amount is not known.
50 muniform-simt
51 Target Mask(UNIFORM_SIMT)
52 Generate code that can keep local state uniform across all lanes.
54 mgomp
55 Target Mask(GOMP)
56 Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt.
58 misa=
59 Target RejectNegative ToLower Joined Enum(ptx_isa) Var(ptx_isa_option) Init(PTX_ISA_unset)
60 Specify the PTX ISA target architecture to use.
62 march=
63 Target RejectNegative Joined Alias(misa=)
64 Alias:
66 march-map=sm_30
67 Target RejectNegative Alias(misa=,sm_30)
69 march-map=sm_32
70 Target RejectNegative Alias(misa=,sm_30)
72 march-map=sm_35
73 Target RejectNegative Alias(misa=,sm_35)
75 march-map=sm_37
76 Target RejectNegative Alias(misa=,sm_35)
78 march-map=sm_50
79 Target RejectNegative Alias(misa=,sm_35)
81 march-map=sm_52
82 Target RejectNegative Alias(misa=,sm_35)
84 march-map=sm_53
85 Target RejectNegative Alias(misa=,sm_53)
87 march-map=sm_60
88 Target RejectNegative Alias(misa=,sm_53)
90 march-map=sm_61
91 Target RejectNegative Alias(misa=,sm_53)
93 march-map=sm_62
94 Target RejectNegative Alias(misa=,sm_53)
96 march-map=sm_70
97 Target RejectNegative Alias(misa=,sm_70)
99 march-map=sm_72
100 Target RejectNegative Alias(misa=,sm_70)
102 march-map=sm_75
103 Target RejectNegative Alias(misa=,sm_75)
105 march-map=sm_80
106 Target RejectNegative Alias(misa=,sm_80)
108 march-map=sm_86
109 Target RejectNegative Alias(misa=,sm_80)
111 march-map=sm_87
112 Target RejectNegative Alias(misa=,sm_80)
114 march-map=sm_89
115 Target RejectNegative Alias(misa=,sm_80)
117 march-map=sm_90
118 Target RejectNegative Alias(misa=,sm_80)
120 march-map=sm_90a
121 Target RejectNegative Alias(misa=,sm_80)
123 Enum
124 Name(ptx_version) Type(enum ptx_version)
125 Known PTX ISA versions (for use with the -mptx= option):
127 EnumValue
128 Enum(ptx_version) String(3.1) Value(PTX_VERSION_3_1)
130 EnumValue
131 Enum(ptx_version) String(6.0) Value(PTX_VERSION_6_0)
133 EnumValue
134 Enum(ptx_version) String(6.3) Value(PTX_VERSION_6_3)
136 EnumValue
137 Enum(ptx_version) String(7.0) Value(PTX_VERSION_7_0)
139 EnumValue
140 Enum(ptx_version) String(_) Value(PTX_VERSION_default)
142 mptx=
143 Target RejectNegative ToLower Joined Enum(ptx_version) Var(ptx_version_option) Init(PTX_VERSION_unset)
144 Specify the PTX ISA version to use.
146 minit-regs=
147 Target Var(nvptx_init_regs) IntegerRange(0, 3) Joined UInteger Init(3)
148 Initialize ptx registers.
150 mptx-comment
151 Target Var(nvptx_comment) Init(1) Undocumented
153 malias
154 Target Var(nvptx_alias) Init(0) Undocumented
156 mexperimental
157 Target Var(nvptx_experimental) Init(0) Undocumented