File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2020-2024 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2020-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# Redistribution and use in source and binary forms, with or without
44# modification, are permitted provided that the following conditions
2424# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
27- cmake_minimum_required (VERSION 3.17 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929project (tritonpythonbackend LANGUAGES C CXX)
3030
Original file line number Diff line number Diff line change 1- # Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright (c) 2022-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# Redistribution and use in source and binary forms, with or without
44# modification, are permitted provided that the following conditions
2424# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
27- cmake_minimum_required (VERSION 3.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929pybind11_add_module(
3030 triton-shm-monitor
You can’t perform that action at this time.
0 commit comments