Skip to content

Commit

Permalink
[compiler/luci] Export SummaryBuilder headers for external use (#14462)
Browse files Browse the repository at this point in the history
It moves SummaryBuilder header files to include directory for
reuse in other modules.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu authored Dec 16, 2024
1 parent 9b8960c commit 2b74ba8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions compiler/luci/logex/src/CircleNodeSummaryBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "CircleNodeSummaryBuilders.h"
#include "luci/CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilders.h"

#include <luci/IR/CircleDialect.h>

Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/CircleNodeSummaryBuilder.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilder.h"

#include <luci/IR/CircleNodes.h>
#include <locop/NodeSummary.h>
Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/CircleNodeSummaryBuilders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilders.h"
#include "luci/CircleNodeSummaryBuilders.h"

#include <luci/IR/CircleNode.h>
#include <luci/IR/CircleNodes.h>
Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/logex/src/FormattedGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "CircleNodeSummaryBuilder.h"
#include "luci/CircleNodeSummaryBuilder.h"
#include "luci/FormattedGraph.h"

#include <luci/IR/CircleDialect.h>
Expand Down

0 comments on commit 2b74ba8

Please sign in to comment.