Skip to content

Commit

Permalink
minor PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Max Marsella committed Oct 9, 2024
1 parent e1cd5a2 commit 93f9bb4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/pcg/include/pcg/machine_space_offset.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef _FLEXFLOW_PCG_INCLUDE_MACHINE_SPACE_OFFSET_H
#define _FLEXFLOW_PCG_INCLUDE_MACHINE_SPACE_OFFSET_H

#include "pcg/machine_space_coordinate.dtg.h"
#include "pcg/machine_space_offset.dtg.h"

namespace FlexFlow {

MachineSpaceOffset get_machine_space_offset_from_coordinate(
MachineSpaceCoordinate const &start, MachineSpaceCoordinate const &coord);

} // namespace FlexFlow

#endif

0 comments on commit 93f9bb4

Please sign in to comment.