File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
offload/plugins-nextgen/level_zero/include Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments