Skip to content

Commit cc92093

Browse files
address comment
1 parent 82dad89 commit cc92093

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/include/mlir/ExecutionEngine/RunnerUtils.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@
3131
#define MLIR_RUNNERUTILS_EXPORT __attribute__((visibility("default")))
3232
#endif // _WIN32
3333

34-
#include "mlir/ExecutionEngine/CRunnerUtils.h"
35-
#include "mlir/ExecutionEngine/Float16bits.h"
3634
#include <assert.h>
3735
#include <cmath>
3836
#include <complex>
3937
#include <iomanip>
4038
#include <iostream>
4139

40+
#include "mlir/ExecutionEngine/CRunnerUtils.h"
41+
#include "mlir/ExecutionEngine/Float16bits.h"
42+
4243
template <typename T, typename StreamType>
4344
void printMemRefMetaData(StreamType &os, const DynamicMemRefType<T> &v) {
4445
// Make the printed pointer format platform independent by casting it to an

0 commit comments

Comments
 (0)