[clang] [OpenMP] Pass min/max thread and team count to the OMPIRBuilder (PR #70247)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 14:47:19 PDT 2023


================
@@ -9,6 +9,7 @@
 #include "ABIInfoImpl.h"
 #include "TargetInfo.h"
 #include "llvm/IR/IntrinsicsNVPTX.h"
+#include <cstdint>
----------------
jhuber6 wrote:

Is this necessary?

https://github.com/llvm/llvm-project/pull/70247


More information about the cfe-commits mailing list