From 6275e41694e170206b93d1f7b084f0fe0f7968a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 3 Feb 2025 12:10:34 +0100 Subject: [PATCH 1/5] Update cutlass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- third_party/README.rst | 2 +- third_party/cutlass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/README.rst b/third_party/README.rst index a68eaac71b..d56d8b80e8 100644 --- a/third_party/README.rst +++ b/third_party/README.rst @@ -11,7 +11,7 @@ This part of the repository contains extra dependencies required to build DALI, +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | `COCO API `_ | `Top-of-tree (Feb 20, 2020) `_ | `BSD 2-Clause License `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ -| `CUTLASS `_ | `3.6.0 `_ | `BSD 3-Clause License `_ | +| `CUTLASS `_ | `3.7.0 `_ | `BSD 3-Clause License `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | `CV-CUDA `_ | `0.13.0 beta `_ | `Apache License 2.0 `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ diff --git a/third_party/cutlass b/third_party/cutlass index bf9da7b76c..b78588d163 160000 --- a/third_party/cutlass +++ b/third_party/cutlass @@ -1 +1 @@ -Subproject commit bf9da7b76c766d7ee7d536afc77880a4ef1f1156 +Subproject commit b78588d1630aa6643bf021613717bafb705df4ef From 7be7ff72fecfdcecc208823f30cc9d70f3e5816c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 3 Feb 2025 12:11:12 +0100 Subject: [PATCH 2/5] Mark DALI_DEPS_VERSION as TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- DALI_DEPS_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DALI_DEPS_VERSION b/DALI_DEPS_VERSION index a7b35d9056..1333ed77b7 100644 --- a/DALI_DEPS_VERSION +++ b/DALI_DEPS_VERSION @@ -1 +1 @@ -4cbfbdeaa316bc53fae40b69a5e32faee4301bdf +TODO From eb6ee59dcdcb45de57bc4f3f4ec3215951ba8d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 3 Feb 2025 12:14:29 +0100 Subject: [PATCH 3/5] Update boost version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This tag points to the same version as `boost-1.86.0` Signed-off-by: Szymon Karpiński --- third_party/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/README.rst b/third_party/README.rst index d56d8b80e8..c568ca7db7 100644 --- a/third_party/README.rst +++ b/third_party/README.rst @@ -7,7 +7,7 @@ This part of the repository contains extra dependencies required to build DALI, +==================================================================+===========================================================================================================================+===================================================================================================================+ | `Google Benchmark `_ | `1.9.1 `_ | `Apache License 2.0 `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ -| `Boost Preprocessor `_ | `1.86.0 `_ | `Boost Software License 1.0 `_ | +| `Boost Preprocessor `_ | `1.87.0 `_ | `Boost Software License 1.0 `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ | `COCO API `_ | `Top-of-tree (Feb 20, 2020) `_ | `BSD 2-Clause License `_ | +------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+ From 2cd8a9d9a22a5a0f2ceaef1a609377c3b8a92992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 3 Feb 2025 12:37:42 +0100 Subject: [PATCH 4/5] Update dm-tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- dali/python/setup.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dali/python/setup.py.in b/dali/python/setup.py.in index 179e4d0443..3f10aa5656 100644 --- a/dali/python/setup.py.in +++ b/dali/python/setup.py.in @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2017-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -87,7 +87,7 @@ For more details please check the # the latest astunparse (1.6.3) doesn't work with any other six than # 1.16 on python 3.12 due to import six.moves 'six >= 1.16, <= 1.16', - 'dm-tree <= 0.1.8', + 'dm-tree <= 0.1.9', 'packaging <= 24.2', @DALI_INSTALL_REQUIRES_NVJPEG2K@ @DALI_INSTALL_REQUIRES_NVTIFF@ From 2299edc1ce02bf753f769c79877a775c3d679366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Tue, 4 Feb 2025 15:30:20 +0100 Subject: [PATCH 5/5] Update DALI deps version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- DALI_DEPS_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DALI_DEPS_VERSION b/DALI_DEPS_VERSION index 1333ed77b7..798dd3d18f 100644 --- a/DALI_DEPS_VERSION +++ b/DALI_DEPS_VERSION @@ -1 +1 @@ -TODO +6472c726fbd71ad8203751f1b5acbea1759771f5