File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2020# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121# SOFTWARE.
2222
23+ # SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
24+ # SPDX-License-Identifier: Apache-2.0
25+ #
26+ # Licensed under the Apache License, Version 2.0 (the "License");
27+ # you may not use this file except in compliance with the License.
28+ # You may obtain a copy of the License at
29+ #
30+ # http://www.apache.org/licenses/LICENSE-2.0
31+ #
32+ # Unless required by applicable law or agreed to in writing, software
33+ # distributed under the License is distributed on an "AS IS" BASIS,
34+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35+ # See the License for the specific language governing permissions and
36+ # limitations under the License.
37+
2338import torch
2439import triton
2540import triton .language as tl
You can’t perform that action at this time.
0 commit comments