Skip to content

Commit 96411ce

Browse files
committed
typo & format
1 parent 7fa9dda commit 96411ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

offload/plugins-nextgen/level_zero/include/L0Options.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,17 @@ struct L0OptionsTy {
120120
"-cl-take-global-address";
121121
std::string UserCompilationOptions = "";
122122

123-
// Spec constants used for all modules.
123+
/// Spec constants used for all modules.
124124
SpecConstantsTy CommonSpecConstants;
125125

126126
/// Command execution mode.
127127
/// Whether the runtime uses asynchronous mode or not depends on the type of
128128
/// devices and whether immediate command list is fully enabled.
129129
CommandModeTy CommandMode = CommandModeTy::Async;
130130

131-
// Controlso if we need to reduce available HW threads. We need this adjustment
132-
// on XeHPG when Level Zero debug is enabled (ZET_ENABLE_PROGRAM_DEBUGGING=1).
131+
/// Controls if we need to reduce available HW threads. We need this
132+
/// adjustment on XeHPG when Level Zero debug is enabled
133+
/// (ZET_ENABLE_PROGRAM_DEBUGGING=1).
133134
bool ZeDebugEnabled = false;
134135

135136
bool Init = false; // have the options already been processed

0 commit comments

Comments
 (0)