Skip to content

Commit

Permalink
DRAFT CFe to support huge 2G model
Browse files Browse the repository at this point in the history
on-going draft to support huge size > 2G model.

Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark committed Sep 3, 2024
1 parent d6d1e98 commit 7a6144c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/luci/tester/src/ReadModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "ReadModule.h"

#include "luci/Importer.h"

#include <luci/Pass/CircleShapeInferencePass.h>
#include <luci/Pass/CircleTypeInferencePass.h>
#include <luci/Service/Validate.h>
Expand Down
2 changes: 2 additions & 0 deletions compiler/luci/tests/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ addread(Conv2D_000)
addread(Conv2D_001)
addread(Conv2D_002)
addread(Conv2D_003)
addread(Conv2D_006) # extended Buffer
addread(Conv2D_U8_000)
addread(Conv2D_U8_001)
addread(Cos_000)
Expand Down Expand Up @@ -266,6 +267,7 @@ addwrite(Conv2D_000)
addwrite(Conv2D_001)
addwrite(Conv2D_002)
addwrite(Conv2D_003)
addwrite(Conv2D_006) # extended Buffer
addwrite(Conv2D_U8_000)
addwrite(Conv2D_U8_001)
addwrite(Cos_000)
Expand Down

0 comments on commit 7a6144c

Please sign in to comment.