You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR"Invalid value '${FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT}' for FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT; must be empty, 'CUDA', or 'OpenMP'")
85
120
endif ()
86
121
122
+
87
123
option(FLANG_RT_ENABLE_CUF"Compile CUDA Fortran runtime sources"OFF)
88
124
if (FLANG_RT_ENABLE_CUF)
89
125
find_package(CUDAToolkitREQUIRED)
@@ -124,6 +160,13 @@ if (WIN32)
124
160
endif ()
125
161
126
162
163
+
# Check whether the compiler can undefine a macro using the "-U" flag.
0 commit comments