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+
19#ifndef MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
210#define MLIR_CONVERSION_COMPLEXTOROCDL_COMPLEXTOROCDL_H_
311
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments