================
@@ -58,6 +58,10 @@ struct ConfigurationEnvironmentTy {
int32_t MinTeams = -1;
int32_t MaxTeams = -1;
int32_t ReductionDataSize = 0;
+ // Reserved slot; new codegen writes 0 (plugin sizes the teams-reduction
+ // buffer from NumBlocks[0] at launch), but a non-zero value from older
+ // binaries is still honored as a compile-time upper bound on the number
+ // of teams.
----------------
ro-i wrote:
I completely removed that now, yeah. I was initially thinking of backwards
compatibility, but then changed my mind / realized that it's not necessary. So
this is dead code anyway.
https://github.com/llvm/llvm-project/pull/195102
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits