Lines Matching +full:openmp +full:- +full:build
12 "Compile Fortran runtime as OpenMP target offload sources (experimental). Valid options are 'off', 'host_device', 'nohost'")
15 "List of OpenMP device architectures to be used to compile the Fortran runtime (e.g. 'gfx1103;sm_90')")
21 "BUILD_SHARED_LIBS is not supported for CUDA build of Fortran runtime"
37 -Xclang -fcuda-allow-variadic-functions
42 --expt-relaxed-constexpr
45 -Xcudafe --diag_suppress=20208
46 -Xcudafe --display_error_number
73 # 'host_device' build only works with Clang compiler currently.
74 # The build is done with the CMAKE_C/CXX_COMPILER, i.e. it does not use
75 # the in-tree built Clang. We may have a mode that would use the in-tree
82 # In general, the in-tree built Clang should be used for 'nohost' build.
83 # Note that 'nohost' build does not produce the host version of Flang
85 # 'nohost' build is a TODO.
88 message(FATAL_ERROR "Unsupported OpenMP offload build of Flang runtime")
92 "BUILD_SHARED_LIBS is not supported for OpenMP offload build of Fortran runtime"
113 # TODO: support auto detection on the build system.
124 -fopenmp
125 -fvisibility=hidden
126 -fopenmp-cuda-mode
127 --offload-arch=${compile_for_architectures}
129 -foffload-lto
141 "Flang runtime build is not supported for these compilers:\n"