Skip to content

Commit

Permalink
[Lint] Fix Linting error - follow-up #1020 (#1023)
Browse files Browse the repository at this point in the history
-- This commit addresses Linting errors in main as a follow-up of
[#1020.](#1020)

Signed-off-by: Abhishek Varma <[email protected]>
  • Loading branch information
Abhishek-Varma authored Jan 13, 2025
1 parent af8016e commit 58df437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ iree_cc_library(
NAME
AMDAIERT
HDRS
"AMDAIERT.h"
"AMDAIERT.h"
SRCS
"AMDAIERT.cpp"
DEPS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ enum class BufferizeOperand {
};

/// Enum for hardware mapping attributes.
enum class HardwareMapping {
Core,
Block,
None
};
enum class HardwareMapping { Core, Block, None };

LogicalResult initAIELaunchConfig(FunctionOpInterface funcOp,
TilePassPipeline useTilePipeline,
Expand Down

0 comments on commit 58df437

Please sign in to comment.