Skip to content

Commit 160c265

Browse files
Remove libtorio (#4035)
1 parent 4257c04 commit 160c265

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2
-12470
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ if (USE_FFMPEG)
173173
message(STATUS "Building FFmpeg integration with multi version support")
174174
add_subdirectory(third_party/ffmpeg/multi)
175175
endif()
176-
add_subdirectory(src/libtorio/ffmpeg)
177176
endif()
178177
if (BUILD_CUDA_CTC_DECODER)
179178
if (NOT USE_CUDA)

cmake/TorchAudioHelper.cmake

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ function(torchaudio_library name source include_dirs link_libraries compile_defs
4141
)
4242
endfunction()
4343

44-
function(torio_library name source include_dirs link_libraries compile_defs)
45-
_library(
46-
torio/lib
47-
"${name}"
48-
"${source}"
49-
"${include_dirs}"
50-
"${link_libraries}"
51-
"${compile_defs}"
52-
)
53-
endfunction()
54-
5544
if (BUILD_TORCHAUDIO_PYTHON_EXTENSION)
5645
# See https://github.com/pytorch/pytorch/issues/38122
5746
find_library(TORCH_PYTHON_LIBRARY torch_python PATHS "${TORCH_INSTALL_PREFIX}/lib")
@@ -103,16 +92,6 @@ if (BUILD_TORCHAUDIO_PYTHON_EXTENSION)
10392
"${definitions}"
10493
)
10594
endfunction()
106-
function(torio_extension name sources include_dirs libraries definitions)
107-
_extension(
108-
torio/lib
109-
"${name}"
110-
"${sources}"
111-
"${include_dirs}"
112-
"${libraries}"
113-
"${definitions}"
114-
)
115-
endfunction()
11695
endif()
11796

11897

docs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ docset: html
2424
# Catch-all target: route all unknown targets to Sphinx using the new
2525
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2626
%: Makefile
27-
# doxygen source/Doxyfile
2827
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2928
@python post_process_dispatcher.py $(BUILDDIR)
3029

0 commit comments

Comments
 (0)