comparison gcc/config/nvptx/nvptx.opt @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ; Options for the NVPTX port 1 ; Options for the NVPTX port
2 ; Copyright (C) 2014-2017 Free Software Foundation, Inc. 2 ; Copyright (C) 2014-2018 Free Software Foundation, Inc.
3 ; 3 ;
4 ; This file is part of GCC. 4 ; This file is part of GCC.
5 ; 5 ;
6 ; GCC is free software; you can redistribute it and/or modify it under 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 7 ; the terms of the GNU General Public License as published by the Free
46 Generate code that can keep local state uniform across all lanes. 46 Generate code that can keep local state uniform across all lanes.
47 47
48 mgomp 48 mgomp
49 Target Report Mask(GOMP) 49 Target Report Mask(GOMP)
50 Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt. 50 Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt.
51
52 Enum
53 Name(ptx_isa) Type(int)
54 Known PTX ISA versions (for use with the -misa= option):
55
56 EnumValue
57 Enum(ptx_isa) String(sm_30) Value(PTX_ISA_SM30)
58
59 EnumValue
60 Enum(ptx_isa) String(sm_35) Value(PTX_ISA_SM35)
61
62 misa=
63 Target RejectNegative ToLower Joined Enum(ptx_isa) Var(ptx_isa_option) Init(PTX_ISA_SM30)
64 Specify the version of the ptx ISA to use.