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 configuration.
  • Loading branch information
hzhou committed Feb 29, 2024
1 parent 14c5ae9 commit f752aea
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 f752aea

Please sign in to comment.