[clang] [llvm] [OpenMP]Initial parsing/sema support for target_device selector set (PR #118471)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 10:52:48 PST 2025
================
@@ -1470,6 +1480,10 @@ class SemaOpenMP : public SemaBase {
/// All `omp assumes` we encountered so far.
SmallVector<OMPAssumeAttr *, 4> OMPAssumeGlobal;
+
+ int DeviceNum = -1;
+
+ StringRef DeviceNumID;
----------------
alexey-bataev wrote:
Same
https://github.com/llvm/llvm-project/pull/118471
More information about the cfe-commits
mailing list