[flang-commits] [llvm] [clang-tools-extra] [lldb] [libc] [clang] [libcxx] [lld] [flang] [OpenACC] Initial commits to support OpenACC (PR #70234)

Erich Keane via flang-commits flang-commits at lists.llvm.org
Thu Nov 2 06:44:49 PDT 2023


================
@@ -0,0 +1,14 @@
+// RUN: %clang -S -### -fopenacc %s 2>&1 | FileCheck %s --check-prefix=CHECK-DRIVER
+// CHECK-DRIVER: "-cc1" {{.*}} "-fopenacc"
----------------
erichkeane wrote:

At the moment, there should be no problem with them co-existing.  Kernels can be separately generated with each, and I believe other implementations permit both to be enabled at the same time.  That said, if we come across a reason to disable them both at the same time, we will.

https://github.com/llvm/llvm-project/pull/70234


More information about the flang-commits mailing list