Skip to content

Commit

Permalink
ch4/ofi: include ofi_impl.h in ofi_gpu_pipeline.c
Browse files Browse the repository at this point in the history
It is needed to compile under noinline cofiguration.
  • Loading branch information
hzhou committed Feb 8, 2024
1 parent 89143b7 commit b7f89a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpid/ch4/netmod/ofi/ofi_gpu_pipeline.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

#include "mpidimpl.h"
#include "ofi_impl.h"
#include "mpir_async_things.h"

struct chunk_req {
Expand Down

0 comments on commit b7f89a7

Please sign in to comment.