MLIR 24.0.0git
ROCDLOps.h
Go to the documentation of this file.
1//===- ROCDLOps.h - ROCDL operation implementation helpers -----*- C++ -*-===//
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
9#ifndef MLIR_LIB_DIALECT_LLVMIR_IR_ROCDLOPS_H
10#define MLIR_LIB_DIALECT_LLVMIR_IR_ROCDLOPS_H
11
13
14namespace mlir::ROCDL {
15
16ParseResult parseCachePolicy(OpAsmParser &parser, Attribute &cachePolicy);
17void printCachePolicy(OpAsmPrinter &printer, Operation *,
18 Attribute cachePolicy);
19
20} // namespace mlir::ROCDL
21
22#endif // MLIR_LIB_DIALECT_LLVMIR_IR_ROCDLOPS_H
ParseResult parseCachePolicy(OpAsmParser &parser, Attribute &cachePolicy)
void printCachePolicy(OpAsmPrinter &printer, Operation *, Attribute cachePolicy)