Skip to content

Commit 6db96fa

Browse files
Mpi bcast (rust-lang#224)
* Merging of old MPI changes into the modern main branch. * Merging in old MPI work. Co-authored-by: William Moses <[email protected]> * Combating the errors. * Correct call to getOrInsertGlobal, returning a global pointer. * Add much finer scaffold for the broadcast operation. * Add functionality to complete the MPI_Bcast primitive. * First draft of test for MPI_Bcast. * Fix test case * Fix emission * lazy init * Correct MPI bcast * Correct clang formatting and correct mpi bcast test. * Correct clang formatting errors. * Fix LLVM 7 error. * Fix mpi_bcast to work with LLVM 7/8. Co-authored-by: Ludger Paehler <[email protected]>
1 parent 43638dc commit 6db96fa

File tree

7 files changed

+787
-345
lines changed

7 files changed

+787
-345
lines changed

enzyme/Enzyme/ActivityAnalysis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ std::set<std::string> KnownInactiveFunctions = {
8989
"printf",
9090
"vprintf",
9191
"puts",
92+
"fflush",
9293
"__enzyme_float",
9394
"__enzyme_double",
9495
"__enzyme_integer",

0 commit comments

Comments
 (0)