Skip to content

Commit

Permalink
Delete old SIP ABI. (#6200)
Browse files Browse the repository at this point in the history
* Delete old SIP ABI.

* Python runtime code.
* Docs.
* SIP Bindings.
* Passes only used by this code path.
  • Loading branch information
stellaraccident committed Jun 12, 2021
1 parent 187aa7f commit 0bb39fc
Show file tree
Hide file tree
Showing 46 changed files with 6 additions and 4,765 deletions.
13 changes: 0 additions & 13 deletions bindings/python/iree/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ iree_pyext_module(
SRCS
"initialize_module.cc"
"binding.h"
"function_abi.h"
"hal.h"
"host_types.h"
"vm.h"
"function_abi.cc"
"hal.cc"
"host_types.cc"
"status_utils.cc"
"status_utils.h"
"vm.cc"
Expand Down Expand Up @@ -51,15 +47,6 @@ iree_py_library(
::PyExtRt
)

iree_py_test(
NAME
function_abi_test
SRCS
"function_abi_test.py"
LABELS
"nokokoro"
)

iree_py_test(
NAME
hal_test
Expand Down
4 changes: 0 additions & 4 deletions bindings/python/iree/runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
from . import binding

# Pull some of the native symbols into the public API.
# FunctionAbi imports
from .binding import FunctionAbi
# Hal imports
from .binding import BufferUsage, HalBuffer, HalDevice, HalDriver, HalElementType, MemoryAccess, MemoryType, Shape
# HostTypeFactory imports
from .binding import HostTypeFactory
# Vm imports
from .binding import create_hal_module, Linkage, VmVariantList, VmFunction, VmInstance, VmContext, VmModule
# SystemApi
Expand Down
Loading

0 comments on commit 0bb39fc

Please sign in to comment.