File tree Expand file tree Collapse file tree
benchmarks/cuda_bindings/pytest-legacy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44import numpy as np
55import pytest
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44kernel_string = """\
55 #define ITEM_PARAM(x, T) T x
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44import ctypes
55
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44import ctypes
55
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44import numpy as np
55import pytest
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44import random
55
Original file line number Diff line number Diff line change 2424# can't slip in without a reviewed license decision.
2525TOP_LEVEL_DIRS_LICENSE_IDENTIFIERS = {
2626 ".github" : "Apache-2.0" ,
27+ "benchmarks" : "Apache-2.0" ,
2728 "ci" : "Apache-2.0" ,
2829 "cuda_bindings" : "LicenseRef-NVIDIA-SOFTWARE-LICENSE" ,
2930 "cuda_core" : "Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments