1a7d80c50Smax //===- AMDGPU.cpp - C Interface for AMDGPU dialect ------------------===// 2a7d80c50Smax // 3a7d80c50Smax // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4a7d80c50Smax // See https://llvm.org/LICENSE.txt for license information. 5a7d80c50Smax // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6a7d80c50Smax // 7a7d80c50Smax //===----------------------------------------------------------------------===// 8a7d80c50Smax 9a7d80c50Smax #include "mlir-c/Dialect/AMDGPU.h" 10a7d80c50Smax #include "mlir/CAPI/Registration.h" 11a7d80c50Smax #include "mlir/Dialect/AMDGPU/IR/AMDGPUDialect.h" 12a7d80c50Smax 13*21a9c7e6SMaksim Levental MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(AMDGPU, amdgpu, 14a7d80c50Smax mlir::amdgpu::AMDGPUDialect) 15