File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
include/mlir/Conversion/ComplexToROCDL
lib/Conversion/ComplexToROCDL Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
#ifndef MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
2
10
#define MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
3
11
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " mlir/Conversion/ComplexToROCDL/ComplexToROCDL.h"
10
-
11
10
#include " mlir/Dialect/Complex/IR/Complex.h"
12
11
#include " mlir/Dialect/Func/IR/FuncOps.h"
13
12
#include " mlir/IR/PatternMatch.h"
You can’t perform that action at this time.
0 commit comments