Skip to content

Commit 4061a93

Browse files
committed
Added license to header.
1 parent c91b948 commit 4061a93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

mlir/include/mlir/Conversion/ComplexToROCDL/ComplexToROCDL.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===-- ComplexToROCDL.h - conversion from Complex to ROCDL calls ---------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#ifndef MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
210
#define MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
311

mlir/lib/Conversion/ComplexToROCDL/ComplexToROCDL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "mlir/Conversion/ComplexToROCDL/ComplexToROCDL.h"
10-
1110
#include "mlir/Dialect/Complex/IR/Complex.h"
1211
#include "mlir/Dialect/Func/IR/FuncOps.h"
1312
#include "mlir/IR/PatternMatch.h"

0 commit comments

Comments
 (0)