File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
2323
2424jobs :
2525 # Using a matrix to dispatch to the build-and-test reusable workflow for each build configuration
26- # ensures that the build/test steps can overlap across different configurations. For example,
27- # the build step for CUDA 12.1 + gcc 9.3 can run at the same time as the test step for CUDA 11.0 + clang 11.
26+ # ensures that the build/test steps can overlap across different configurations.
2827 build_and_test :
2928 name : ${{matrix.cpu}}
3029 uses : ./.github/workflows/build-and-test.yml
You can’t perform that action at this time.
0 commit comments