Skip to content
Draft
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
10 changes: 5 additions & 5 deletions dali/python/bundle-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ make_wheel_record() {
DEPS_LIST=(
"${DEPS_PATH}/lib64/libjpeg.so.62"
"${DEPS_PATH}/lib/libjpeg.so.62"
"${DEPS_PATH}/lib/libavformat.so.62"
"${DEPS_PATH}/lib/libavcodec.so.62"
"${DEPS_PATH}/lib/libavfilter.so.11"
"${DEPS_PATH}/lib/libavutil.so.60"
"${DEPS_PATH}/lib/libswscale.so.9"
"${DEPS_PATH}/lib/libavformat.so.63"
"${DEPS_PATH}/lib/libavcodec.so.63"
"${DEPS_PATH}/lib/libavfilter.so.12"
"${DEPS_PATH}/lib/libavutil.so.61"
"${DEPS_PATH}/lib/libswscale.so.10"
"${DEPS_PATH}/lib/libtiff.so.6"
"${DEPS_PATH}/lib/libsndfile.so.1"
"${DEPS_PATH}/lib/libFLAC.so.14"
Expand Down
6 changes: 3 additions & 3 deletions third_party/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This part of the repository contains extra dependencies required to build DALI,
+==================================================================+===========================================================================================================================+===================================================================================================================+
| `Google Benchmark <https://github.com/google/benchmark>`_ | `1.9.5 <https://github.com/google/benchmark/releases/tag/v1.9.5>`_ | `Apache License 2.0 <https://github.com/google/benchmark/blob/master/LICENSE>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `Boost Preprocessor <https://github.com/boostorg/preprocessor>`_ | `1.91.0 <https://github.com/boostorg/preprocessor/releases/tag/boost-1.91.0>`_ | `Boost Software License 1.0 <https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt>`_ |
| `Boost Preprocessor <https://github.com/boostorg/preprocessor>`_ | `1.92.0 <https://github.com/boostorg/preprocessor/releases/tag/boost-1.92.0>`_ | `Boost Software License 1.0 <https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `COCO API <https://github.com/cocodataset/cocoapi>`_ | `Top-of-tree (Feb 20, 2020) <https://github.com/cocodataset/cocoapi/tree/8c9bcc3cf640524c4c20a9c40e89cb6a2f2fa0e9>`_ | `BSD 2-Clause License <https://github.com/cocodataset/cocoapi/blob/master/license.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `CUTLASS <https://github.com/NVIDIA/cutlass>`_ | `4.5.2 <https://github.com/NVIDIA/cutlass/tree/v4.5.2>`_ | `BSD 3-Clause License <https://github.com/NVIDIA/cutlass/blob/master/LICENSE.txt>`_ |
| `CUTLASS <https://github.com/NVIDIA/cutlass>`_ | `4.7.1 <https://github.com/NVIDIA/cutlass/tree/v4.7.1>`_ | `BSD 3-Clause License <https://github.com/NVIDIA/cutlass/blob/master/LICENSE.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `CV-CUDA <https://github.com/CVCUDA/CV-CUDA>`_ | `0.16.0 with a patch <https://github.com/CVCUDA/CV-CUDA/commit/ef50300b4a39bd13b4304e9a339b804e49709eab>` | `Apache License 2.0 <https://github.com/CVCUDA/CV-CUDA/blob/main/LICENSE.md>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
Expand All @@ -21,7 +21,7 @@ This part of the repository contains extra dependencies required to build DALI,
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `GoogleTest <https://github.com/google/googletest>`_ | `1.17.0 <https://github.com/google/googletest/releases/tag/v1.17.0>`_ | `BSD 3-Clause License <https://github.com/google/googletest/blob/master/LICENSE>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `pybind11 <https://github.com/pybind/pybind11>`_ | `3.0.4 <https://github.com/pybind/pybind11/releases/tag/v3.0.4>`_ | `BSD 3-Clause License <https://github.com/pybind/pybind11/blob/master/LICENSE>`_ |
| `pybind11 <https://github.com/pybind/pybind11>`_ | `3.1.0 <https://github.com/pybind/pybind11/releases/tag/v3.1.0>`_ | `BSD 3-Clause License <https://github.com/pybind/pybind11/blob/master/LICENSE>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `RapidJSON <https://github.com/Tencent/rapidjson>`_ | `Top-of-tree (Feb 5, 2025) <https://github.com/Tencent/rapidjson/tree/24b5e7a8b27f42fa16b96fc70aade9106cf7102f>`_ | `MIT License, BSD 3-Clause License, JSON License <https://github.com/Tencent/rapidjson/blob/master/license.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion third_party/cutlass
Submodule cutlass updated 1205 files
2 changes: 1 addition & 1 deletion third_party/pybind11
Submodule pybind11 updated 105 files