Skip to content

Commit ebd9f44

Browse files
committed
Partially revert 03e6d10: it broke the build
1 parent c9f2bef commit ebd9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/ExecutionEngine/CRunnerUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ memrefCopy(int64_t elemSize, UnrankedMemRefType<char> *srcArg,
101101
}
102102

103103
/// Prints GFLOPS rating.
104-
extern "C" void printFlops(double flops) {
104+
extern "C" void print_flops(double flops) {
105105
fprintf(stderr, "%lf GFLOPS\n", flops / 1.0E9);
106106
}
107107

0 commit comments

Comments
 (0)