Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fill2splat2
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Jun 12, 2021
2 parents f98e2bc + 0bb39fc commit db6d765
Show file tree
Hide file tree
Showing 84 changed files with 935 additions and 5,280 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 db6d765

Please sign in to comment.