Skip to content

Commit

Permalink
Update several paths and targets that drifted upstream. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stella Laurenzo authored Mar 3, 2023
1 parent 802376c commit 587caef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions iree/integrations/pjrt/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ iree_pjrt_cc_library(
"@iree_core//runtime/src/iree/hal",
"@iree_core//runtime/src/iree/modules/hal",
"@iree_core//runtime/src/iree/vm",
"@iree_core//runtime/src/iree/vm:bytecode_module",
"@iree_core//runtime/src/iree/vm/bytecode:module",
"@org_tensorflow//tensorflow/compiler/xla:shape_util",
"@org_tensorflow//tensorflow/compiler/xla/pjrt/c:pjrt_c_api_hdrs",
],
Expand All @@ -46,9 +46,10 @@ iree_pjrt_cc_library(
"dylib_platform.h",
],
deps = [
":impl",
":debugging",
"@iree_core//compiler/src/iree/compiler/API2/Stub",
":impl",
"@iree_core//compiler/bindings/c:headers",
"@iree_core//compiler/bindings/c:loader",
"@iree_core//runtime/src/iree/base/internal:file_io",
"@iree_core//runtime/src/iree/base/internal:path",
],
Expand All @@ -64,7 +65,7 @@ iree_pjrt_cc_library(
],
deps = [
":debugging",
"@iree_core//compiler/src/iree/compiler/API2:EmbedHeaders",
"@iree_core//compiler/bindings/c:headers",
],
)

Expand Down
2 changes: 1 addition & 1 deletion iree/integrations/pjrt/common/api_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "iree/integrations/pjrt/common/platform.h"
#include "iree/modules/hal/module.h"
#include "iree/vm/api.h"
#include "iree/vm/bytecode_module.h"
#include "iree/vm/bytecode/module.h"
#include "tensorflow/compiler/xla/pjrt/c/pjrt_c_api.h"
#include "tensorflow/compiler/xla/shape_util.h"

Expand Down
2 changes: 1 addition & 1 deletion iree/integrations/pjrt/common/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <memory>
#include <string>

#include "iree/compiler/API2/Embed.h"
#include "iree/compiler/embedding_api.h"
#include "iree/integrations/pjrt/common/debugging.h"

namespace iree::pjrt {
Expand Down
2 changes: 1 addition & 1 deletion iree/integrations/pjrt/common/dylib_platform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "iree/base/internal/file_io.h"
#include "iree/base/internal/path.h"
#include "iree/compiler/API2/Stub/Loader.h"
#include "iree/compiler/loader.h"

namespace iree::pjrt {

Expand Down

0 comments on commit 587caef

Please sign in to comment.