================ @@ -174,6 +177,8 @@ struct OMPContext { BitVector ActiveTraits = BitVector(unsigned(TraitProperty::Last) + 1); SmallVector<TraitProperty, 8> ConstructTraits; + static int DeviceNum; + static StringRef DeviceNumID; ---------------- alexey-bataev wrote:
This is the main question. Can it be affected somehow per file/function, or is it always the same for the whole compilation unit? https://github.com/llvm/llvm-project/pull/118471 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits