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.
2
2
#
3
3
# Redistribution and use in source and binary forms, with or without
4
4
# modification, are permitted provided that the following conditions
24
24
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
- cmake_minimum_required (VERSION 3.17 )
27
+ cmake_minimum_required (VERSION 3.31.8 )
28
28
29
29
project (tritonpythonbackend LANGUAGES C CXX )
30
30
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.
2
2
#
3
3
# Redistribution and use in source and binary forms, with or without
4
4
# modification, are permitted provided that the following conditions
24
24
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
- cmake_minimum_required (VERSION 3.18 )
27
+ cmake_minimum_required (VERSION 3.31.8 )
28
28
29
29
pybind11_add_module (
30
30
triton-shm-monitor
You can’t perform that action at this time.
0 commit comments