[flang-commits] [flang] [flang][cuda] Extends matching distance computation (PR #91810)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri May 10 14:48:35 PDT 2024
================
@@ -49,7 +49,7 @@ ENUM_CLASS(LanguageFeature, BackslashEscapes, OldDebugLines,
IndistinguishableSpecifics, SubroutineAndFunctionSpecifics,
EmptySequenceType, NonSequenceCrayPointee, BranchIntoConstruct,
BadBranchTarget, ConvertedArgument, HollerithPolymorphic, ListDirectedSize,
- NonBindCInteroperability)
+ NonBindCInteroperability, GpuManaged, GpuUnified)
----------------
clementval wrote:
Yeah let's use CUDA until we have other use cases.
https://github.com/llvm/llvm-project/pull/91810
More information about the flang-commits
mailing list