Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor C++ ops implementations #603

Merged
merged 2 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/torchcodec/decoders/_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function(make_torchcodec_libraries
set(custom_ops_library_name "libtorchcodec_custom_ops${ffmpeg_major_version}")
set(custom_ops_sources
AVIOBytesContext.cpp
VideoDecoderOps.cpp
custom_ops.cpp
)
set(custom_ops_dependencies
${decoder_library_name}
Expand All @@ -109,7 +109,7 @@ function(make_torchcodec_libraries
set(pybind_ops_library_name "libtorchcodec_pybind_ops${ffmpeg_major_version}")
set(pybind_ops_sources
AVIOFileLikeContext.cpp
PyBindOps.cpp
pybind_ops.cpp
)
set(pybind_ops_dependencies
${decoder_library_name}
Expand Down
162 changes: 0 additions & 162 deletions src/torchcodec/decoders/_core/VideoDecoderOps.h

This file was deleted.

Loading
Loading