Skip to content

Commit e5a5ac6

Browse files
committed
Add/Remove some spacings.
1 parent 38ff707 commit e5a5ac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ namespace uArch {
3131

3232
// An enum class to represent the scope of an instruction
3333
enum class InstructionScope { WorkItem, Subgroup, Workgroup, Cluster };
34-
3534
enum class InstructionKind {
3635
DPAS, // Dot Product Accumulate Systolic (DPAS) is a matrix
3736
// multiply-add operation
@@ -68,7 +67,6 @@ std::optional<InstructionKind> parseInstructionKind(llvm::StringRef str) {
6867
// represent information about an instruction and to use this information to
6968
// generate the uArch. Specifc instruction in a uArch can inherit from this
7069
// struct and add more fields as needed
71-
7270
struct Instruction {
7371
// @TODO: Add more fields as needed
7472
Instruction(InstructionKind kind, std::string desc, InstructionScope scope)
@@ -115,6 +113,7 @@ struct RegisterFileInfo {
115113
};
116114

117115
enum class CacheHierarchyLevel { L1 = 1, L2 = 2, L3 = 3 };
116+
118117
// A struct to represent cache information
119118
struct CacheInfo {
120119
// Constructor

0 commit comments

Comments
 (0)