blob: ac4695a107ae60c7908fad74712aa22e3452ce5d [file] [log] [blame] [edit]
//===-- mlir-c/Dialect/AMX.h - C API for AMX Dialect --------*- C -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM
// Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef MLIR_C_DIALECT_AMX_H
#define MLIR_C_DIALECT_AMX_H
#include "mlir-c/IR.h"
#ifdef __cplusplus
extern "C" {
#endif
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(AMX, amx);
#ifdef __cplusplus
}
#endif
#endif // MLIR_C_DIALECT_AMX_H