File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
include/gc/Dialect/OneDNNGraph
lib/gc/Dialect/OneDNNGraph Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
add_mlir_dialect (OneDNNGraphOps onednn_graph )
2
- add_mlir_doc (OneDNNGraphOps OneDNNGraphOps gc-dialects /OneDNNGraph/ -gen-op-doc )
3
- add_mlir_doc (OneDNNGraphDialect OneDNNGraphDialect gc-dialects /OneDNNGraph/ -gen-dialect-doc )
2
+ add_mlir_doc (OneDNNGraphOps OneDNNGraphOps gc/Dialect /OneDNNGraph/ -gen-op-doc )
3
+ add_mlir_doc (OneDNNGraphDialect OneDNNGraphDialect gc/Dialect /OneDNNGraph/ -gen-dialect-doc )
Original file line number Diff line number Diff line change 14
14
#include " mlir/IR/OpImplementation.h"
15
15
16
16
#define GET_OP_CLASSES
17
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOpsDialect.h.inc"
17
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOpsDialect.h.inc"
18
18
19
19
#endif // GC_DIALECTS_ONEDNNGRAPHDIALECT_H
Original file line number Diff line number Diff line change 18
18
#include " mlir/Interfaces/SideEffectInterfaces.h"
19
19
20
20
#define GET_OP_CLASSES
21
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOps.h.inc"
21
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOps.h.inc"
22
22
23
23
#endif // GC_DIALECTS_ONEDNNGRAPHOPS_H
Original file line number Diff line number Diff line change 12
12
#include " mlir/IR/BuiltinTypes.h"
13
13
14
14
#define GET_TYPEDEF_CLASSES
15
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOpsTypes.h.inc"
15
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOpsTypes.h.inc"
16
16
17
17
#endif // ONEDNNGRAPH_ONEDNNGRAPHTYPES_H
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_mlir_dialect_library(MLIROneDNNGraph
3
3
OneDNNGraphOps.cpp
4
4
5
5
ADDITIONAL_HEADER_DIRS
6
- ${PROJECT_SOURCE_DIR} /include/gc-dialects /OneDNNGraph
6
+ ${PROJECT_SOURCE_DIR} /include/gc/Dialect /OneDNNGraph
7
7
8
8
DEPENDS
9
9
MLIROneDNNGraphOpsIncGen
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gc-dialects /OneDNNGraph/OneDNNGraphDialect.h"
10
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOps.h"
11
- #include " gc-dialects /OneDNNGraph/OneDNNGraphTypes.h"
9
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphDialect.h"
10
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOps.h"
11
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphTypes.h"
12
12
13
13
#include " mlir/Dialect/Quant/QuantOps.h"
14
14
#include " mlir/Dialect/Tensor/IR/Tensor.h"
30
30
using namespace mlir ;
31
31
using namespace mlir ::onednn_graph;
32
32
33
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOpsDialect.cpp.inc"
33
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOpsDialect.cpp.inc"
34
34
35
35
// ===----------------------------------------------------------------------===//
36
36
// OneDNNGraph dialect.
@@ -39,6 +39,6 @@ using namespace mlir::onednn_graph;
39
39
void OneDNNGraphDialect::initialize () {
40
40
addOperations<
41
41
#define GET_OP_LIST
42
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOps.cpp.inc"
42
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOps.cpp.inc"
43
43
>();
44
44
}
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOps.h"
10
- #include " gc-dialects /OneDNNGraph/OneDNNGraphDialect.h"
9
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOps.h"
10
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphDialect.h"
11
11
#include " mlir/IR/OpImplementation.h"
12
12
#include " llvm/Support/Debug.h"
13
13
14
14
#define GET_OP_CLASSES
15
- #include " gc-dialects /OneDNNGraph/OneDNNGraphOps.cpp.inc"
15
+ #include " gc/Dialect /OneDNNGraph/OneDNNGraphOps.cpp.inc"
16
16
17
17
namespace mlir {
18
18
namespace onednn_graph {
You can’t perform that action at this time.
0 commit comments