diff options
Diffstat (limited to 'mlir/lib/Dialect/SDBM/SDBMDialect.cpp')
-rw-r--r-- | mlir/lib/Dialect/SDBM/SDBMDialect.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mlir/lib/Dialect/SDBM/SDBMDialect.cpp b/mlir/lib/Dialect/SDBM/SDBMDialect.cpp new file mode 100644 index 00000000000..fab9463a866 --- /dev/null +++ b/mlir/lib/Dialect/SDBM/SDBMDialect.cpp @@ -0,0 +1,11 @@ +//===- SDBMDialect.cpp - Dialect for striped difference-bound matrices ----===// +// +// Part of the MLIR 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 +// +//===----------------------------------------------------------------------===// + +#include "mlir/Dialect/SDBM/SDBMDialect.h" + +static mlir::DialectRegistration<mlir::SDBMDialect> SDBMDialect; |