[all-commits] [llvm/llvm-project] 266784: [OpenACC] device_type on set should have only 1 ar...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Apr 10 14:49:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26678454847e7b76ff8947c50c93d203de4a15a0
https://github.com/llvm/llvm-project/commit/26678454847e7b76ff8947c50c93d203de4a15a0
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaOpenACCClause.cpp
M clang/test/SemaOpenACC/set-construct.cpp
Log Message:
-----------
[OpenACC] device_type on set should have only 1 architecture
Discussions with the OpenACC Standard folks and the dialect folks showed
that the ability to have 'set' have a 'device_type' with more than one
architecture was a mistake, and one that will be fixed in future
revisions of the standard. Since the dialect requires this anyway,
we'll implement this in advance of standardization.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list