[flang-commits] [flang] [flang][cuda] Extends matching distance computation (PR #91810)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri May 10 14:12:15 PDT 2024


================
@@ -49,7 +49,7 @@ ENUM_CLASS(LanguageFeature, BackslashEscapes, OldDebugLines,
     IndistinguishableSpecifics, SubroutineAndFunctionSpecifics,
     EmptySequenceType, NonSequenceCrayPointee, BranchIntoConstruct,
     BadBranchTarget, ConvertedArgument, HollerithPolymorphic, ListDirectedSize,
-    NonBindCInteroperability)
+    NonBindCInteroperability, GpuManaged, GpuUnified)
----------------
klausler wrote:

should these names be `CUDA` rather than `GPU`?

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


More information about the flang-commits mailing list