8000 General code cleanup · srcarroll/mmperf@859052a · GitHub
[go: up one dir, main page]

Skip to content

Commit 859052a

Browse files
author
harsh-nod
committed
General code cleanup
1 parent b5f86c3 commit 859052a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Codegen/matmul/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#define TO_STRING(x) STRING(x)
1717

1818
#ifdef MLIR
19-
//extern "C" {
20-
2119
struct memref_t {
2220
float *aligned;
2321
float *allocated;
@@ -33,7 +31,6 @@ void matmul(float *aligned_a, float *allocated_a, int64_t offset_a,
3331
float *aligned_c, float *allocated_c, int64_t offset_c,
3432
int64_t size_c0, int64_t size_c1, int64_t strides_c0, int64_t strides_c1);
3533

36-
//}
3734
#endif
3835

3936
double rtclock() {

Codegen/matmul/matmul-compile/matmul-compile.cpp

Lines changed: 0 additions & 1 deletion
46C9
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ void LinalgCodegenPass::runOnFunction() {
186186
}
187187
}
188188

189-
//getFunction().dump();
190189
}
191190

192191
std::unique_ptr<OperationPass<FuncOp>> createLinalgCodegenPass(int M, int N, int K,

0 commit comments

Comments
 (0)
0