Skip to content

Commit 3da08a1

Browse files
committed
lint fix
1 parent ded566e commit 3da08a1

File tree

7 files changed

+314
-273
lines changed

7 files changed

+314
-273
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Checks: >
4141
-clang-analyzer-optin.cplusplus.UninitializedObject,
4242
-cppcoreguidelines-pro-type-static-cast-downcast,
4343
-performance-unnecessary-value-param,
44+
-performance-enum-size,
4445
4546
WarningsAsErrors: '*'
4647

src/target/codegen_cuda.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <vector>
1515

1616
#include "../op/builtin.h"
17-
#include "arith/pattern_match.h"
1817
#include "./ptx.h"
18+
#include "arith/pattern_match.h"
1919

2020
namespace tvm {
2121
namespace codegen {

0 commit comments

Comments
 (0)