Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 8a8370a

Browse files
Retire old pybinds and API
1 parent 516ce74 commit 8a8370a

File tree

4 files changed

+0
-1158
lines changed

4 files changed

+0
-1158
lines changed

tensor_comprehensions/pybinds/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@ include_directories(${pybind11_INCLUDE_DIRS})
88
find_package(PythonLibs REQUIRED)
99
include_directories(${PYTHON_INCLUDE_DIRS})
1010

11-
add_library(tc MODULE tc.cc)
12-
target_include_directories(tc PUBLIC ${PROJECT_SOURCE_DIR}/tc)
13-
target_link_libraries(
14-
tc
15-
16-
tc_autotuner
17-
tc_aten
18-
19-
${PYTHON_LIBRARIES}
20-
)
21-
22-
set_target_properties(tc PROPERTIES PREFIX "")
23-
set_target_properties(tc PROPERTIES SUFFIX ".so")
24-
set_target_properties(tc PROPERTIES DEBUG_POSTFIX "")
25-
26-
# "Install" to source_dir/tensor_comprehensions for easy inclusion in python
27-
# package with setuptools. Without this, setuptools is hell.
28-
install(TARGETS tc DESTINATION ${PROJECT_SOURCE_DIR}/tensor_comprehensions)
29-
3011
add_library(tclib MODULE tclib.cc)
3112
target_include_directories(tclib PUBLIC ${PROJECT_SOURCE_DIR}/tc)
3213
target_link_libraries(

tensor_comprehensions/pybinds/pybind_utils.h

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)